Package org.nd4j.linalg.api.memory
Interface Deallocator
-
public interface Deallocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeallocate()This method does actual deallocation
-
public interface Deallocator
| Modifier and Type | Method | Description |
|---|---|---|
void |
deallocate() |
This method does actual deallocation
|