Class MPSCNNNeuronLogarithm

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSCNNNeuronLogarithm

      public MPSCNNNeuronLogarithm()
    • MPSCNNNeuronLogarithm

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

      protected MPSCNNNeuronLogarithm​(NSObject.SkipInit skipInit)
    • MPSCNNNeuronLogarithm

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

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

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

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