Uses of Interface
org.nd4j.linalg.api.memory.Deallocatable
-
Packages that use Deallocatable Package Description org.nd4j.linalg.api.memory org.nd4j.linalg.api.memory.abstracts org.nd4j.linalg.api.memory.deallocation -
-
Uses of Deallocatable in org.nd4j.linalg.api.memory
Subinterfaces of Deallocatable in org.nd4j.linalg.api.memory Modifier and Type Interface Description interface
MemoryWorkspace
-
Uses of Deallocatable in org.nd4j.linalg.api.memory.abstracts
Classes in org.nd4j.linalg.api.memory.abstracts that implement Deallocatable Modifier and Type Class Description class
DummyWorkspace
class
Nd4jWorkspace
-
Uses of Deallocatable in org.nd4j.linalg.api.memory.deallocation
Methods in org.nd4j.linalg.api.memory.deallocation with parameters of type Deallocatable Modifier and Type Method Description void
DeallocatorService. pickObject(@NonNull Deallocatable deallocatable)
This method adds Deallocatable object instance to tracking systemConstructors in org.nd4j.linalg.api.memory.deallocation with parameters of type Deallocatable Constructor Description DeallocatableReference(Deallocatable referent, ReferenceQueue<? super Deallocatable> q)
Constructor parameters in org.nd4j.linalg.api.memory.deallocation with type arguments of type Deallocatable Constructor Description DeallocatableReference(Deallocatable referent, ReferenceQueue<? super Deallocatable> q)
-