Uses of Interface
org.nd4j.linalg.api.memory.MemoryManager
-
Packages that use MemoryManager Package Description org.nd4j.linalg.api.memory org.nd4j.linalg.api.memory.abstracts org.nd4j.linalg.factory -
-
Uses of MemoryManager in org.nd4j.linalg.api.memory
Classes in org.nd4j.linalg.api.memory that implement MemoryManager Modifier and Type Class Description classBasicMemoryManager -
Uses of MemoryManager in org.nd4j.linalg.api.memory.abstracts
Fields in org.nd4j.linalg.api.memory.abstracts declared as MemoryManager Modifier and Type Field Description protected MemoryManagerNd4jWorkspace. memoryManager -
Uses of MemoryManager in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory that return MemoryManager Modifier and Type Method Description static MemoryManagerNd4j. getMemoryManager()This method returns backend-specific MemoryManager implementation, for low-level memory management
-