Class AbstractMemoryMgr

    • Constructor Detail

      • AbstractMemoryMgr

        public AbstractMemoryMgr()
    • Method Detail

      • ulike

        public INDArray ulike​(@NonNull
                              @NonNull INDArray arr)
        Description copied from interface: SessionMemMgr
        Allocate an uninitialized array with the same datatype and shape as the specified array
        Specified by:
        ulike in interface SessionMemMgr
      • dup

        public INDArray dup​(@NonNull
                            @NonNull INDArray arr)
        Description copied from interface: SessionMemMgr
        Duplicate the specified array, to an array that is managed/allocated by the session memory manager
        Specified by:
        dup in interface SessionMemMgr