18 instantiations of Arguments
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 };
19 references to Arguments
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.EntryPoints (2)
JsonUtils\ExecuteGraphCommand.cs (2)
18[assembly: LoadableClass(typeof(ExecuteGraphCommand), typeof(ExecuteGraphCommand.Arguments), typeof(SignatureCommand), 39public ExecuteGraphCommand(IHostEnvironment env, Arguments args)
Microsoft.ML.Tests (1)
OnnxConversionTest.cs (1)
706var args = new ExecuteGraphCommand.Arguments() { GraphPath = jsonPath };