Class MPSCNNNeuronExponential

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSCNNNeuronExponential
extends MPSCNNNeuron
Since:
Available in iOS 11.3 and later.
  • Constructor Details

    • MPSCNNNeuronExponential

      public MPSCNNNeuronExponential()
    • MPSCNNNeuronExponential

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

      protected MPSCNNNeuronExponential​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronExponential

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

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

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

      public MPSCNNNeuronExponential​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

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