Uses of Class
org.nd4j.linalg.api.memory.enums.ResetPolicy
-
Packages that use ResetPolicy Package Description org.nd4j.linalg.api.memory.conf org.nd4j.linalg.api.memory.enums -
-
Uses of ResetPolicy in org.nd4j.linalg.api.memory.conf
Fields in org.nd4j.linalg.api.memory.conf declared as ResetPolicy Modifier and Type Field Description protected ResetPolicyWorkspaceConfiguration. policyReset -
Uses of ResetPolicy in org.nd4j.linalg.api.memory.enums
Methods in org.nd4j.linalg.api.memory.enums that return ResetPolicy Modifier and Type Method Description static ResetPolicyResetPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ResetPolicy[]ResetPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-