Class MPSCNNNeuronSoftSign

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSCNNNeuronSoftSign

      public MPSCNNNeuronSoftSign()
    • MPSCNNNeuronSoftSign

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

      protected MPSCNNNeuronSoftSign​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronSoftSign

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

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

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

      public MPSCNNNeuronSoftSign​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      @Deprecated protected long init​(MTLDevice device)
      Deprecated.
      Deprecated in iOS 12.0. Use Please use MPSCNNNeuron initWithDevice:neuronDescriptor.
      Overrides:
      init in class MPSCNNKernel
      Since:
      Available in iOS 10.0 and later.