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.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
NSArray[]
- Attributes