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)
194
Host.CheckNonWhiteSpace(options.
TensorFlowLabel
, nameof(options.
TensorFlowLabel
));
195
if (_session.graph.OperationByName(options.
TensorFlowLabel
) == null)
196
throw Host.ExceptParam(nameof(options.
TensorFlowLabel
), $"'{options.
TensorFlowLabel
}' does not exist in the model");
292
inputsForTraining[index] = options.
TensorFlowLabel
;
300
(labelOp, labelOpIdx) = GetOperationFromName(options.
TensorFlowLabel
, _session);