Class MPSMatrixBatchNormalization

    • Constructor Detail

      • MPSMatrixBatchNormalization

        public MPSMatrixBatchNormalization()
      • MPSMatrixBatchNormalization

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

        protected MPSMatrixBatchNormalization​(NSObject.SkipInit skipInit)
      • MPSMatrixBatchNormalization

        public MPSMatrixBatchNormalization​(MTLDevice device)
      • MPSMatrixBatchNormalization

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

        public MPSMatrixBatchNormalization​(NSCoder decoder)
    • Method Detail

      • getSourceNumberOfFeatureVectors

        public long getSourceNumberOfFeatureVectors()
      • setSourceNumberOfFeatureVectors

        public void setSourceNumberOfFeatureVectors​(long v)
      • getSourceInputFeatureChannels

        public long getSourceInputFeatureChannels()
      • setSourceInputFeatureChannels

        public void setSourceInputFeatureChannels​(long v)
      • getEpsilon

        public float getEpsilon()
      • setEpsilon

        public void setEpsilon​(float v)
      • isComputeStatistics

        public boolean isComputeStatistics()
      • setComputeStatistics

        public void setComputeStatistics​(boolean v)
      • setNeuronType

        public void setNeuronType​(MPSCNNNeuronType neuronType,
                                  float parameterA,
                                  float parameterB,
                                  float parameterC)
      • neuronParameterA

        public float neuronParameterA()
      • neuronParameterB

        public float neuronParameterB()
      • neuronParameterC

        public float neuronParameterC()