Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds an array parameter.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CoreML | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
CoreMLRef | The reference number to the model. | $Model |
Name | The name of the parameter. | "test" |
Values | The list with values. For floating values, please use dot as decimal separator. |
"1¶3¶5" |
Type | The type of array to pass. Can be Double, Float or Int32. |
"Int32" |
Returns OK or error.
Add two array parameters:
Set Variable [ $r; Value: MBS( "CoreML.AddArrayParameter"; $CoreMLRef; "wordIDs"; "1.2¶1.5¶1.8"; "double" ) ]
Set Variable [ $r; Value: MBS( "CoreML.AddArrayParameter"; $CoreMLRef; "wordTypes"; "2.1¶3.4¶5.7"; "double" ) ]
This function checks for a license.
Created 16th September 2017, last changed 23th April 2020