1 write to _env
Microsoft.ML.TensorFlow (1)
TensorFlowModel.cs (1)
37_env = env;
4 references to _env
Microsoft.ML.TensorFlow (4)
TensorFlowModel.cs (4)
46return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched); 55return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched, "Placeholder"); 73=> new TensorFlowEstimator(_env, new[] { outputColumnName }, new[] { inputColumnName }, this, addBatchDimensionInput); 90=> new TensorFlowEstimator(_env, outputColumnNames, inputColumnNames, this, addBatchDimensionInput);