TensorFlowModel.GetInputSchema Method

Definition

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

Returns

Applies to