TensorFlowModel.GetModelSchema 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 complete model. Every node in the TensorFlow model will be included in the DataViewSchema object.
public Microsoft.ML.DataViewSchema GetModelSchema ();
member this.GetModelSchema : unit -> Microsoft.ML.DataViewSchema
Public Function GetModelSchema () As DataViewSchema