Class MPSCNNNeuronHardSigmoid

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSCNNNeuronHardSigmoid

      public MPSCNNNeuronHardSigmoid()
    • MPSCNNNeuronHardSigmoid

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

      protected MPSCNNNeuronHardSigmoid​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronHardSigmoid

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

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

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

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