TensorFlowModel.GetModelSchema Method

Definition

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

Returns

Applies to