IMLCustomLayer.GetOutputShapes(NSArray[], NSError) Method

Definition

Retrieves the output data shape, as an array of numbers describing the dimensions of the output tensor.

[Foundation.Export("outputShapesForInputShapes:error:")]
[Foundation.Preserve(Conditional=true)]
public Foundation.NSArray[] GetOutputShapes (Foundation.NSArray[] inputShapes, out Foundation.NSError error);
abstract member GetOutputShapes : Foundation.NSArray[] *  -> Foundation.NSArray[]

Parameters

inputShapes
NSArray[]
error
NSError

Returns

Attributes

Applies to