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