1 write to _crossEntropy
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1304
(_trainStep,
_crossEntropy
, _labelTensor, _softMaxTensor) =
2 references to _crossEntropy
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
938
runnerOutputTensorNames.Add(
_crossEntropy
.name);
944
new[] { _evaluationStep.name,
_crossEntropy
.name });