1 write to ModelPath
Microsoft.ML.TensorFlow (1)
TensorFlowModel.cs (1)
35ModelPath = modelLocation;
5 references to ModelPath
Microsoft.ML.TensorFlow (5)
TensorflowTransform.cs (5)
105: this(env, tfModelInfo.Session, new[] { outputColumnName }, new[] { inputColumnName ?? outputColumnName }, IsSavedModel(env, tfModelInfo.ModelPath) ? tfModelInfo.ModelPath : null, false, addBatchDimensionInput, treatOutputAsBatched: treatOutputAsBatched) 123: this(env, tfModelInfo.Session, outputColumnNames, inputColumnNames, IsSavedModel(env, tfModelInfo.ModelPath) ? tfModelInfo.ModelPath : null, false, addBatchDimensionInput, treatOutputAsBatched: treatOutputAsBatched) 1018options.ModelLocation = tensorFlowModel.ModelPath;