public interface Storage
| 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() |
Copyright © 2017. All rights reserved.