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