Class MPSMatrixSoftMax

    • Constructor Detail

      • MPSMatrixSoftMax

        public MPSMatrixSoftMax()
      • MPSMatrixSoftMax

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

        public MPSMatrixSoftMax​(MTLDevice device)
        Since:
        Available in iOS 11.0 and later.
      • MPSMatrixSoftMax

        public MPSMatrixSoftMax​(NSCoder decoder,
                                MTLDevice device)
        Since:
        Available in iOS 11.0 and later.
      • MPSMatrixSoftMax

        public MPSMatrixSoftMax​(NSCoder decoder)
    • Method Detail

      • getSourceRows

        public long getSourceRows()
      • setSourceRows

        public void setSourceRows​(long v)
      • getSourceColumns

        public long getSourceColumns()
      • setSourceColumns

        public void setSourceColumns​(long v)
      • init

        protected long init​(MTLDevice device)
        Overrides:
        init in class MPSKernel
        Since:
        Available in iOS 11.0 and later.
      • init

        protected long init​(NSCoder decoder,
                            MTLDevice device)
        Overrides:
        init in class MPSKernel
        Since:
        Available in iOS 11.0 and later.