1 write to _path
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
46
_path
= args.GraphPath;
1 reference to _path
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
54
graph = JObject.Parse(File.ReadAllText(
_path
));