Uses of Class
org.nd4j.linalg.api.memory.enums.MemoryKind
-
Packages that use MemoryKind Package Description org.nd4j.linalg.api.memory org.nd4j.linalg.api.memory.abstracts org.nd4j.linalg.api.memory.enums -
-
Uses of MemoryKind in org.nd4j.linalg.api.memory
Methods in org.nd4j.linalg.api.memory with parameters of type MemoryKind Modifier and Type Method Description PagedPointerMemoryWorkspace. alloc(long requiredMemory, MemoryKind kind, DataType dataType, boolean initialize)This method does allocation from a given Workspaceorg.bytedeco.javacpp.PointerBasicMemoryManager. allocate(long bytes, MemoryKind kind, boolean initialize)This method returns PLEASE NOTE: Cache options depend on specific implementationsorg.bytedeco.javacpp.PointerMemoryManager. allocate(long bytes, MemoryKind kind, boolean initialize)This method returns pointer to allocated memory PLEASE NOTE: Cache options depend on specific implementationsvoidMemoryManager. release(org.bytedeco.javacpp.Pointer pointer, MemoryKind kind)This method releases previously allocated memory chunk -
Uses of MemoryKind in org.nd4j.linalg.api.memory.abstracts
Methods in org.nd4j.linalg.api.memory.abstracts with parameters of type MemoryKind Modifier and Type Method Description PagedPointerDummyWorkspace. alloc(long requiredMemory, MemoryKind kind, DataType dataType, boolean initialize)This method does allocation from a given WorkspacePagedPointerNd4jWorkspace. alloc(long requiredMemory, MemoryKind kind, DataType type, boolean initialize) -
Uses of MemoryKind in org.nd4j.linalg.api.memory.enums
Methods in org.nd4j.linalg.api.memory.enums that return MemoryKind Modifier and Type Method Description static MemoryKindMemoryKind. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryKind[]MemoryKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-