IMLCustomLayer.GetOutputShapes(NSArray[], 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.
Retrieves the output data shape, as an array of numbers describing the dimensions of the output tensor.
[Foundation.Export("outputShapesForInputShapes:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray[]? GetOutputShapes(Foundation.NSArray[] inputShapes, out Foundation.NSError? error);
[<Foundation.Export("outputShapesForInputShapes:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetOutputShapes : Foundation.NSArray[] * NSError -> Foundation.NSArray[]
override this.GetOutputShapes : Foundation.NSArray[] * NSError -> Foundation.NSArray[]
Parameters
- inputShapes
- NSArray[]
- error
- NSError
Returns
NSArray[]
- Attributes