public abstract class BaseStorage extends Object implements Storage
| Constructor and Description |
|---|
BaseStorage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
arrayExists(Integer key) |
org.nd4j.linalg.api.ndarray.INDArray |
getArray(Integer key) |
void |
setArray(Integer key,
org.nd4j.linalg.api.ndarray.INDArray array) |
void |
shutdown() |
public org.nd4j.linalg.api.ndarray.INDArray getArray(@NonNull
Integer key)
public void setArray(@NonNull
Integer key,
@NonNull
org.nd4j.linalg.api.ndarray.INDArray array)
public boolean arrayExists(@NonNull
Integer key)
arrayExists in interface StorageCopyright © 2017. All rights reserved.