2 writes to _graphInputTensor
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1375_graphInputTensor = graphInputTensor; 1400_graphInputTensor = ctx.Reader.ReadString();
2 references to _graphInputTensor
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1435ctx.Writer.Write(_graphInputTensor); 1455_runner = new Runner(model._session, new[] { model._graphInputTensor }, new[] { model._graphOutputTensor });