共用方式為


MLOperatorAttributeNameValue 結構

指定自訂運算子屬性的名稱和值。 註冊自訂運算子核心和自訂運算子架構時,會使用此方式。

欄位

名稱 類型​​ 描述
const float* 32 位浮點值(s)。 當類型欄位是 MLOperatorAttributeType::Float MLOperatorAttributeType::FloatArray 時使用。
整數 const int64_t* 64 位整數值(s)。 當類型欄位是 MLOperatorAttributeType::Int MLOperatorAttributeType::IntArray 時使用。
NAME const char* Null 終止的 UTF-8 字串,代表相關聯運算子類型中屬性的名稱。
保留 const void*
字串 const char* const* Null 終止的 UTF-8 字串值。。 當類型欄位是 MLOperatorAttributeType::String MLOperatorAttributeType::StringArray 時使用。
type MLOperatorAttributeType 相關聯運算子型別中的屬性型別。
valueCount uint32_t 屬性值中的專案數目。 這必須是 1,但陣列類型的屬性除外。

需求

需求
最低支援的用戶端 Windows 10 組建 17763
最低支援的伺服器 具有桌面體驗的 Windows Server 2019
頁首 MLOperatorAuthor.h

注意

使用下列資源取得 Windows ML 的說明:

  • 如需詢問或回答有關 Windows ML 的技術問題,請使用 Stack Overflow 上的 windows-machine-learning 標籤。
  • 如需回報錯誤 (bug),請在 GitHub 上提出問題。