Uses of Class
org.nd4j.linalg.exception.Nd4jNoSuchWorkspaceException
-
Packages that use Nd4jNoSuchWorkspaceException Package Description org.nd4j.linalg.api.ndarray -
-
Uses of Nd4jNoSuchWorkspaceException in org.nd4j.linalg.api.ndarray
Methods in org.nd4j.linalg.api.ndarray that throw Nd4jNoSuchWorkspaceException Modifier and Type Method Description INDArrayBaseNDArray. leverageTo(String id, boolean enforceExistence)INDArrayINDArray. leverageTo(String id, boolean enforceExistence)This method detaches INDArray from current Workspace, and attaches it to Workspace with a given Id.
-