2 writes to ModelLocation
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
1242
options.
ModelLocation
= tensorFlowModel.ModelPath;
VisionCatalog.cs (1)
68
ModelLocation
= modelPath,
4 references to ModelLocation
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (4)
168
: this(env, options, LoadDnnModel(env, options.
ModelLocation
), input)
174
options.
ModelLocation
, false, options.AddBatchDimensionInputs, options.BatchSize)
181
if (!IsSavedModel(env, options.
ModelLocation
))
371
UpdateModelOnDisk(options.
ModelLocation
, options);