Uses of Class
org.nd4j.linalg.api.memory.enums.DebugMode
-
Packages that use DebugMode Package Description org.nd4j.linalg.api.memory org.nd4j.linalg.api.memory.enums org.nd4j.linalg.api.memory.provider -
-
Uses of DebugMode in org.nd4j.linalg.api.memory
Methods in org.nd4j.linalg.api.memory that return DebugMode Modifier and Type Method Description DebugModeMemoryWorkspaceManager. getDebugMode()This method returns current debug mode active in this JVMMethods in org.nd4j.linalg.api.memory with parameters of type DebugMode Modifier and Type Method Description voidMemoryWorkspaceManager. setDebugMode(DebugMode mode)This method allows to enable (and pick one) global debug mode for workspaces Default value: DISABLED -
Uses of DebugMode in org.nd4j.linalg.api.memory.enums
Methods in org.nd4j.linalg.api.memory.enums that return DebugMode Modifier and Type Method Description static DebugModeDebugMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DebugMode[]DebugMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DebugMode in org.nd4j.linalg.api.memory.provider
Fields in org.nd4j.linalg.api.memory.provider with type parameters of type DebugMode Modifier and Type Field Description protected SynchronizedObject<DebugMode>BasicWorkspaceManager. debugModeMethods in org.nd4j.linalg.api.memory.provider that return DebugMode Modifier and Type Method Description DebugModeBasicWorkspaceManager. getDebugMode()Methods in org.nd4j.linalg.api.memory.provider with parameters of type DebugMode Modifier and Type Method Description voidBasicWorkspaceManager. setDebugMode(DebugMode mode)
-