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