Class MLCReshapeLayer

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MLCReshapeLayer
extends MLCLayer
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • MLCReshapeLayer

      protected MLCReshapeLayer()
    • MLCReshapeLayer

      protected MLCReshapeLayer​(NSObject.Handle h, long handle)
    • MLCReshapeLayer

      protected MLCReshapeLayer​(NSObject.SkipInit skipInit)
    • MLCReshapeLayer

      public MLCReshapeLayer​(NSArray<NSNumber> shape)
  • Method Details

    • getShape

      public NSArray<NSNumber> getShape()
      Since:
      Available in iOS 14.5 and later.
    • create

      protected static long create​(NSArray<NSNumber> shape)
    • supportsDataType

      public static boolean supportsDataType​(MLCDataType dataType, MLCDevice device)