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