TensorFlowModel.GetInputSchema 方法

定义

DataViewSchema仅获取在 TensorFlow 模型中标记为“占位符”的节点。 在 TensorFlow 图形非常大的情况下,此方法便于浏览模型输入 () 。

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

返回

适用于