MLOperatorAttributeType enum
Specifies the type of an attribute. Each attribute type numerically matches the corresponding ONNX type.
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined (unused). |
Float | 2 | 32-bit floating point. |
Int | 3 | 64-bit integer. |
String | 4 | String value. |
FloatArray | 7 | Array of 32-bit floating point values. |
IntArray | 8 | Array of 64-bit integer values. |
StringArray | 9 | Array of string values. |
Requirements
Requirement | |
---|---|
Minimum supported client | Windows 10, build 17763 |
Minimum supported server | Windows Server 2019 with Desktop Experience |
Header | MLOperatorAuthor.h |
Note
Use the following resources for help with Windows ML:
- To ask or answer technical questions about Windows ML, please use the windows-machine-learning tag on Stack Overflow.
- To report a bug, please file an issue on our GitHub.