Class MPSCNNNeuronReLUN

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSCNNNeuronReLUN
extends MPSCNNNeuron
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MPSCNNNeuronReLUN

      public MPSCNNNeuronReLUN()
    • MPSCNNNeuronReLUN

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

      protected MPSCNNNeuronReLUN​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronReLUN

      @Deprecated public MPSCNNNeuronReLUN​(MTLDevice device, float a, float b)
      Deprecated.
      Deprecated in iOS 12.0. Use Please use MPSCNNNeuron initWithDevice:neuronDescriptor.
      Since:
      Available in iOS 10.0 and later.
    • MPSCNNNeuronReLUN

      public MPSCNNNeuronReLUN​(MTLDevice device, MPSNNNeuronDescriptor neuronDescriptor)
      Since:
      Available in iOS 11.3 and later.
    • MPSCNNNeuronReLUN

      public MPSCNNNeuronReLUN​(NSCoder decoder, MTLDevice device)
    • MPSCNNNeuronReLUN

      public MPSCNNNeuronReLUN​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      @Deprecated protected long init​(MTLDevice device, float a, float b)
      Deprecated.
      Deprecated in iOS 12.0. Use Please use MPSCNNNeuron initWithDevice:neuronDescriptor.
      Since:
      Available in iOS 10.0 and later.