TensorFlowModel.GetInputSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get DataViewSchema for only those nodes which are marked "Placeholder" in the TensorFlow model. This method is convenient for exploring the model input(s) in case TensorFlow graph is very large.
public Microsoft.ML.DataViewSchema GetInputSchema ();
member this.GetInputSchema : unit -> Microsoft.ML.DataViewSchema
Public Function GetInputSchema () As DataViewSchema