Class MLCUpsampleLayer

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • MLCUpsampleLayer

      protected MLCUpsampleLayer()
    • MLCUpsampleLayer

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

      protected MLCUpsampleLayer​(NSObject.SkipInit skipInit)
    • MLCUpsampleLayer

      public MLCUpsampleLayer​(NSArray<NSNumber> shape)
    • MLCUpsampleLayer

      public MLCUpsampleLayer​(NSArray<NSNumber> shape, MLCSampleMode sampleMode, boolean alignsCorners)
  • Method Details