6 references to SaveOperation
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (6)
202Host.CheckNonWhiteSpace(options.SaveOperation, nameof(options.SaveOperation)); 203if (_session.graph.OperationByName(options.SaveOperation) == null) 204throw Host.ExceptParam(nameof(options.SaveOperation), $"'{options.SaveOperation}' does not exist in the model"); 413null, new[] { options.SaveOperation }).AddInput(new Tensor(path), 0);