Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries description of model.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsML | 10.5 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
WinMLRef | The reference number to the model. | $Model |
Returns JSON or error.
Query description:
MBS("WindowsML.Description"; 73001)
Example result:
{
"Author": "onnx-caffe2",
"Name": "squeezenet_old",
"Description": "",
"Domain": "",
"Version": 9223372036854775807,
"Metadata": { },
"InputFeatures": [
{
"Name": "data_0",
"Description": "",
"IsRequired": true,
"Kind": "Tensor",
"Shape": [1, 3, 224, 224],
"TensorKind": "Float"
}
],
"OutputFeatures": [
{
"Name": "softmaxout_1",
"Description": "",
"IsRequired": true,
"Kind": "Tensor",
"Shape": [1, 1000, 1, 1],
"TensorKind": "Float"
}
]
}
Created 26th September 2020, last changed 26th September 2020
WindowsML.Clear - WindowsML.Evaluate
Feedback: Report problem or ask question.