1 write to _bottleneckTensor
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1319
_bottleneckTensor
= Graph.OperationByName(_bottleneckOperationName);
3 references to _bottleneckTensor
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
684
_options.FeatureColumnName, imageProcessor, _inputTensorName,
_bottleneckTensor
.name,
698
_inputTensorName,
_bottleneckTensor
.name, trainSetBottleneckCachedValuesFilePath,
1321
AddFinalRetrainOps(classCount, labelColumn, scoreColumnName,
_bottleneckTensor
, true,