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