1 write to ModelLocation
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
1018options.ModelLocation = tensorFlowModel.ModelPath;
6 references to ModelLocation
Microsoft.ML.TensorFlow (6)
TensorflowTransform.cs (6)
202: this(env, options, TensorFlowUtils.LoadTensorFlowModel(env, options.ModelLocation), input) 208IsSavedModel(env, options.ModelLocation) ? options.ModelLocation : null, 997: this(env, options, TensorFlowUtils.LoadTensorFlowModel(env, options.ModelLocation, options.TreatOutputAsBatched)) 1062IsSavedModel(_host, _options.ModelLocation) ? _options.ModelLocation : null, false, _options.AddBatchDimensionInputs, treatOutputAsBatched: _options.TreatOutputAsBatched);