1 write to _outputJsonModelPath
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
101
_outputJsonModelPath
= string.IsNullOrWhiteSpace(args.Json) ? null : args.Json;
2 references to _outputJsonModelPath
Microsoft.ML.OnnxConverter (2)
SaveOnnxCommand.cs (2)
404
if (
_outputJsonModelPath
!= null)
406
using (var file = Host.CreateOutputFile(
_outputJsonModelPath
))