Package org.nd4j.linalg.api.memory.stash
Interface Stash<T>
-
- All Known Implementing Classes:
BasicStash
public interface Stash<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckIfExists(T key)INDArrayget(T key)voidpurge()voidput(T key, INDArray object)
-