Package org.nd4j.linalg.api.memory.stash
Class BasicStash<T>
- java.lang.Object
-
- org.nd4j.linalg.api.memory.stash.BasicStash<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasicStash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckIfExists(T key)INDArrayget(T key)voidpurge()voidput(T key, INDArray object)
-
-
-
Method Detail
-
checkIfExists
public boolean checkIfExists(T key)
- Specified by:
checkIfExistsin interfaceStash<T>
-
-