IMLCustomLayer.SetWeightData(NSData[], NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the internal weights of the layer.
[Foundation.Export("setWeightData:error:")]
[Foundation.Preserve(Conditional=true)]
public bool SetWeightData (Foundation.NSData[] weights, out Foundation.NSError error);
abstract member SetWeightData : Foundation.NSData[] * -> bool
Parameters
- weights
- NSData[]
- error
- NSError
Returns
- Attributes