Class MPSCNNNeuronSoftPlus

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSCNNNeuronSoftPlus

      public MPSCNNNeuronSoftPlus()
    • MPSCNNNeuronSoftPlus

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

      protected MPSCNNNeuronSoftPlus​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronSoftPlus

      @Deprecated public MPSCNNNeuronSoftPlus​(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.
    • MPSCNNNeuronSoftPlus

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

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

      public MPSCNNNeuronSoftPlus​(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.