Uses of Class
org.nd4j.linalg.api.ops.executioner.OpExecutioner.ProfilingMode
-
Packages that use OpExecutioner.ProfilingMode Package Description org.nd4j.linalg.api.ops.executioner -
-
Uses of OpExecutioner.ProfilingMode in org.nd4j.linalg.api.ops.executioner
Fields in org.nd4j.linalg.api.ops.executioner declared as OpExecutioner.ProfilingMode Modifier and Type Field Description protected OpExecutioner.ProfilingModeDefaultOpExecutioner. profilingModeMethods in org.nd4j.linalg.api.ops.executioner that return OpExecutioner.ProfilingMode Modifier and Type Method Description OpExecutioner.ProfilingModeDefaultOpExecutioner. getProfilingMode()Deprecated.OpExecutioner.ProfilingModeOpExecutioner. getProfilingMode()Deprecated.static OpExecutioner.ProfilingModeOpExecutioner.ProfilingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpExecutioner.ProfilingMode[]OpExecutioner.ProfilingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.linalg.api.ops.executioner with parameters of type OpExecutioner.ProfilingMode Modifier and Type Method Description voidDefaultOpExecutioner. setProfilingMode(OpExecutioner.ProfilingMode mode)Deprecated.voidOpExecutioner. setProfilingMode(OpExecutioner.ProfilingMode mode)Deprecated.
-