1 write to _modelLocation
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
533_modelLocation = Path.IsPathRooted(modelLocation) ? modelLocation : Path.Combine(Directory.GetCurrentDirectory(), modelLocation);
7 references to _modelLocation
Microsoft.ML.Vision (7)
DnnRetrainTransform.cs (7)
686var isFrozen = !IsSavedModel(_env, _modelLocation); 705Path.Combine(_modelLocation, DefaultModelFileNames.Graph), 706Path.Combine(_modelLocation, DefaultModelFileNames.VariablesFolder, DefaultModelFileNames.Data), 707Path.Combine(_modelLocation, DefaultModelFileNames.VariablesFolder, DefaultModelFileNames.Index), 714var relativePath = fullPath.Substring(_modelLocation.Length + 1); 748if (IsSavedModel(_env, _modelLocation) && _isTemporarySavedModel) 750DeleteFolderWithRetries(Host, _modelLocation);