TensorFlowModel.GetInputSchema 方法

定義

只取得 DataViewSchema 那些在 TensorFlow 模型中標記為「占位符」的節點。 當 TensorFlow 圖非常大時,此方法方便於探索模型輸入。

public Microsoft.ML.DataViewSchema GetInputSchema();
member this.GetInputSchema : unit -> Microsoft.ML.DataViewSchema
Public Function GetInputSchema () As DataViewSchema

傳回

適用於