4 writes to _inputTensorName
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
579
_inputTensorName
= "input";
584
_inputTensorName
= "input";
589
_inputTensorName
= "import/input";
594
_inputTensorName
= "input";
3 references to _inputTensorName
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
684
_options.FeatureColumnName, imageProcessor,
_inputTensorName
, _bottleneckTensor.name,
698
_inputTensorName
, _bottleneckTensor.name, trainSetBottleneckCachedValuesFilePath,
726
_resizedImageTensorName,
_inputTensorName
, _softmaxTensorName);