MLOperatorSchemaDescription 結構
用來註冊該架構的自定義運算符架構描述。
欄位
名稱 | 類型 | 描述 |
---|---|---|
attributeCount | uint32_t | 提供的屬性數目。 |
attributes | const MLOperatorAttribute* | 運算子類型所支援的屬性集合。 |
defaultAttributeCount | uint32_t | 提供的預設屬性值數目。 |
defaultAttributes | const MLOperatorAttributeNameValue* | 屬性的預設值。 當包含運算符類型的模型中遺漏屬性時,將會套用這些屬性。 |
inputCount | uint32_t | 運算子的輸入數目。 |
輸入 | const MLOperatorSchemaEdgeDescription* | 數位,包含運算元輸入邊緣的描述。 |
NAME | const char* | NULL 終止的UTF-8字串,表示運算元的名稱。 |
operatorSetVersionAtLastChange | int32_t | 運算子設定此運算符引進或上次變更的版本。 |
outputCount | uint32_t | 運算子的輸出數目。 |
輸出 | const MLOperatorSchemaEdgeDescription* | 陣列,包含運算符輸出邊緣的描述。 |
typeConstraintCount | uint32_t | 提供的型別條件約束數目。 |
typeConstraints | const MLOperatorEdgeTypeConstraint* | 型別條件約束的陣列。 每個條件約束會將與類型標籤字串相關聯的輸入和輸出限制為一或多個邊緣類型。 |
需求
需求 | |
---|---|
最低支援的用戶端 | Windows 10 組建 17763 |
最低支援的伺服器 | 具有桌面體驗的 Windows Server 2019 |
頁首 | MLOperatorAuthor.h |
注意
使用下列資源取得 Windows ML 的說明:
- 如需詢問或回答有關 Windows ML 的技術問題,請使用 Stack Overflow 上的 windows-machine-learning 標籤。
- 如需回報錯誤 (bug),請在 GitHub 上提出問題。