public abstract class AbstractMemoryMgr extends Object implements SessionMemMgr
| Constructor and Description |
|---|
AbstractMemoryMgr() |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
dup(@NonNull INDArray arr)
Duplicate the specified array, to an array that is managed/allocated by the session memory manager
|
INDArray |
ulike(@NonNull INDArray arr)
Allocate an uninitialized array with the same datatype and shape as the specified array
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallocate, allocate, close, releasepublic INDArray ulike(@NonNull @NonNull INDArray arr)
SessionMemMgrulike in interface SessionMemMgrpublic INDArray dup(@NonNull @NonNull INDArray arr)
SessionMemMgrdup in interface SessionMemMgrCopyright © 2021. All rights reserved.