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