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