1 write to _modelLocation
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
534_modelLocation = Path.IsPathRooted(modelLocation) ? modelLocation : Path.Combine(Directory.GetCurrentDirectory(), modelLocation);
7 references to _modelLocation
Microsoft.ML.Vision (7)
DnnRetrainTransform.cs (7)
687var isFrozen = !IsSavedModel(_env, _modelLocation); 706Path.Combine(_modelLocation, DefaultModelFileNames.Graph), 707Path.Combine(_modelLocation, DefaultModelFileNames.VariablesFolder, DefaultModelFileNames.Data), 708Path.Combine(_modelLocation, DefaultModelFileNames.VariablesFolder, DefaultModelFileNames.Index), 715var relativePath = fullPath.Substring(_modelLocation.Length + 1); 749if (IsSavedModel(_env, _modelLocation) && _isTemporarySavedModel) 751DeleteFolderWithRetries(Host, _modelLocation);