| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
WindowsML.Description
Queries description of model.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| WindowsML | 10.5 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "WindowsML.Description"; WinMLRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| WinMLRef | The reference number to the model. | $Model |
Result
Returns JSON or error.
Description
Queries description of model.Examples
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" } ] }
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" } ] }
See also
Example Databases
Blog Entries
This function checks for a license.
Created 26th September 2020, last changed 26th September 2020
MarkDown version: WindowsMLDescription.md