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