18 writes to GraphPath
Microsoft.ML.Core.Tests (16)
UnitTests\TestEntryPoints.cs (16)
612
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
740
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
888
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
1049
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
1192
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
1339
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
1436
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2326
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2376
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2421
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2467
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2522
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
2637
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
3257
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
3326
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
4414
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
Microsoft.ML.Tests (2)
OnnxConversionTest.cs (2)
706
var args = new ExecuteGraphCommand.Arguments() {
GraphPath
= jsonPath };
741
args = 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
;