3 references to GetModelSchema
Microsoft.ML.TensorFlow (3)
TensorFlowModel.cs (2)
46return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched); 55return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched, "Placeholder");
TensorflowUtils.cs (1)
132return GetModelSchema(env, model.Session.graph, treatOutputAsBatched);