1 write to TensorFlowLabel
Microsoft.ML.Vision (1)
VisionCatalog.cs (1)
72
TensorFlowLabel
= dnnLabel,
7 references to TensorFlowLabel
Microsoft.ML.Vision (7)
DnnRetrainTransform.cs (7)
193
Host.CheckNonWhiteSpace(options.
TensorFlowLabel
, nameof(options.
TensorFlowLabel
));
194
if (_session.graph.OperationByName(options.
TensorFlowLabel
) == null)
195
throw Host.ExceptParam(nameof(options.
TensorFlowLabel
), $"'{options.
TensorFlowLabel
}' does not exist in the model");
291
inputsForTraining[index] = options.
TensorFlowLabel
;
299
(labelOp, labelOpIdx) = GetOperationFromName(options.
TensorFlowLabel
, _session);