2 writes to ModelLocation
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
1241
options.
ModelLocation
= tensorFlowModel.ModelPath;
VisionCatalog.cs (1)
68
ModelLocation
= modelPath,
4 references to ModelLocation
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (4)
167
: this(env, options, LoadDnnModel(env, options.
ModelLocation
), input)
173
options.
ModelLocation
, false, options.AddBatchDimensionInputs, options.BatchSize)
180
if (!IsSavedModel(env, options.
ModelLocation
))
370
UpdateModelOnDisk(options.
ModelLocation
, options);