Class MPSMatrixFindTopK

    • Constructor Detail

      • MPSMatrixFindTopK

        public MPSMatrixFindTopK()
      • MPSMatrixFindTopK

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

        public MPSMatrixFindTopK​(MTLDevice device,
                                 long numberOfTopKValues)
      • MPSMatrixFindTopK

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

        public MPSMatrixFindTopK​(NSCoder decoder)
    • Method Detail

      • getSourceRows

        public long getSourceRows()
      • setSourceRows

        public void setSourceRows​(long v)
      • getSourceColumns

        public long getSourceColumns()
      • setSourceColumns

        public void setSourceColumns​(long v)
      • getIndexOffset

        public long getIndexOffset()
      • setIndexOffset

        public void setIndexOffset​(long v)
      • getNumberOfTopKValues

        public long getNumberOfTopKValues()
      • setNumberOfTopKValues

        public void setNumberOfTopKValues​(long v)
      • init

        protected long init​(MTLDevice device,
                            long numberOfTopKValues)