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