| Package | Description |
|---|---|
| org.nd4j.linalg.api.memory | |
| org.nd4j.linalg.api.memory.abstracts | |
| org.nd4j.linalg.api.memory.deallocation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemoryWorkspace |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyWorkspace |
class |
Nd4jWorkspace |
| Modifier and Type | Method and Description |
|---|---|
void |
DeallocatorService.pickObject(@NonNull Deallocatable deallocatable)
This method adds Deallocatable object instance to tracking system
|
| Constructor and Description |
|---|
DeallocatableReference(Deallocatable referent,
ReferenceQueue<? super Deallocatable> q) |
| Constructor and Description |
|---|
DeallocatableReference(Deallocatable referent,
ReferenceQueue<? super Deallocatable> q) |
Copyright © 2021. All rights reserved.