MLOperatorAttributeNameValue 结构
指定自定义运算符的属性名称和值。 注册自定义运算符内核和自定义运算符架构时,将使用此方法。
字段
名称 | Type | 描述 |
---|---|---|
浮点型 | const float* | 32 位浮点值。 类型字段为 MLOperatorAttributeType::Float 或 MLOperatorAttributeType::FloatArray 时使用。 |
配 | const int64_t* | 64 位整数值。 类型字段为 MLOperatorAttributeType::Int 或 MLOperatorAttributeType::IntArray 时使用。 |
name | const char* | 表示关联运算符类型的属性名称的 UTF-8 字符串,以 NULL 终止。 |
reserved | const void* | |
字符串 | const char* const* | UTF-8 字符串值,以 NULL 终止。 类型字段为 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 上提交问题。