| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
WindowsML.BindUInt16
Binds values to an input feature.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| WindowsML | 10.5 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "WindowsML.BindUInt16"; WinMLRef; Name { ; Values } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| WinMLRef | The reference number to the model. | $Model | |
| Name | The name of the input feature. | ||
| Values | Optional JSON encoded value array. | "[1,2,3]" | Optional |
Result
Returns OK or error.
Description
Binds values to an input feature.For 16-bit unsigned integer numbers.
See also
- WindowsML.BindFloat16
- WindowsML.BindInt16
- WindowsML.BindInt32
- WindowsML.BindInt64
- WindowsML.BindInt8
- WindowsML.BindUInt32
- WindowsML.BindUInt64
- WindowsML.BindUInt8
This function is free to use.
Created 26th September 2020, last changed 26th September 2020