18 writes to GraphPath
Microsoft.ML.Core.Tests (16)
UnitTests\TestEntryPoints.cs (16)
612var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 740var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 888var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 1049var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 1192var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 1339var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 1436var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2326var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2376var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2421var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2467var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2522var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 2637var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 3257var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 3326var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 4414var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath };
Microsoft.ML.Tests (2)
OnnxConversionTest.cs (2)
706var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath }; 741args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath };
4 references to GraphPath
Microsoft.ML.EntryPoints (4)
JsonUtils\ExecuteGraphCommand.cs (4)
45_host.CheckUserArg(args.GraphPath != null && File.Exists(args.GraphPath), nameof(args.GraphPath), "Graph path does not exist"); 46_path = args.GraphPath;