1 instantiation of Options
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
1017
var options = new
Options
();
11 references to Options
Microsoft.ML.TensorFlow (11)
TensorflowTransform.cs (11)
26
typeof(TensorFlowEstimator.
Options
), typeof(SignatureDataTransform), TensorFlowTransformer.UserName, TensorFlowTransformer.ShortName)]
190
internal static IDataTransform Create(IHostEnvironment env, TensorFlowEstimator.
Options
options, IDataView input)
201
internal TensorFlowTransformer(IHostEnvironment env, TensorFlowEstimator.
Options
options, IDataView input)
206
internal TensorFlowTransformer(IHostEnvironment env, TensorFlowEstimator.
Options
options, TensorFlowModel tensorFlowModel, IDataView input, IDataView validationSet = null)
288
bool addBatchDimensionInput, int batchSize = 1, TensorFlowEstimator.
Options
options = null, IDataView input = null, bool treatOutputAsBatched = true)
797
internal static CommonOutputs.TransformOutput TensorFlowScorer(IHostEnvironment env, TensorFlowEstimator.
Options
input)
979
private readonly
Options
_options;
996
internal TensorFlowEstimator(IHostEnvironment env,
Options
options)
1001
internal TensorFlowEstimator(IHostEnvironment env,
Options
options, TensorFlowModel tensorFlowModel)
1015
private static
Options
CreateArguments(TensorFlowModel tensorFlowModel, string[] outputColumnNames, string[] inputColumnName, bool addBatchDimensionInput, bool treatOutputAsBatched = true)
1017
var
options = new Options();