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)
1451
ctx.Writer.Write(
_graphInputTensor
);
1471
_runner = new Runner(model._session, new[] { model.
_graphInputTensor
}, new[] { model._graphOutputTensor });