Class MPSNNNeuronDescriptor

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MPSNNNeuronDescriptor
    extends NSObject
    Since:
    Available in iOS 11.3 and later.
    • Constructor Detail

      • MPSNNNeuronDescriptor

        protected MPSNNNeuronDescriptor()
      • MPSNNNeuronDescriptor

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

        protected MPSNNNeuronDescriptor​(NSObject.SkipInit skipInit)
      • MPSNNNeuronDescriptor

        public MPSNNNeuronDescriptor​(MPSCNNNeuronType neuronType)
      • MPSNNNeuronDescriptor

        public MPSNNNeuronDescriptor​(MPSCNNNeuronType neuronType,
                                     float a)
      • MPSNNNeuronDescriptor

        public MPSNNNeuronDescriptor​(MPSCNNNeuronType neuronType,
                                     float a,
                                     float b)
      • MPSNNNeuronDescriptor

        public MPSNNNeuronDescriptor​(MPSCNNNeuronType neuronType,
                                     float a,
                                     float b,
                                     float c)
      • MPSNNNeuronDescriptor

        public MPSNNNeuronDescriptor​(NSData data,
                                     boolean noCopy)
    • Method Detail

      • getA

        public float getA()
      • setA

        public void setA​(float v)
      • getB

        public float getB()
      • setB

        public void setB​(float v)
      • getC

        public float getC()
      • setC

        public void setC​(float v)
      • getData

        public NSData getData()
      • setData

        public void setData​(NSData v)
      • create

        protected static long create​(MPSCNNNeuronType neuronType,
                                     float a)
      • create

        protected static long create​(MPSCNNNeuronType neuronType,
                                     float a,
                                     float b)
      • create

        protected static long create​(MPSCNNNeuronType neuronType,
                                     float a,
                                     float b,
                                     float c)
      • create

        protected static long create​(NSData data,
                                     boolean noCopy)