IMLCustomLayer.SetWeightData(NSData[], NSError) Method

Definition

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

Applies to