Uses of Class
org.nd4j.autodiff.listeners.debugging.OpBenchmarkListener.Mode
-
Packages that use OpBenchmarkListener.Mode Package Description org.nd4j.autodiff.listeners.debugging -
-
Uses of OpBenchmarkListener.Mode in org.nd4j.autodiff.listeners.debugging
Methods in org.nd4j.autodiff.listeners.debugging that return OpBenchmarkListener.Mode Modifier and Type Method Description static OpBenchmarkListener.ModeOpBenchmarkListener.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpBenchmarkListener.Mode[]OpBenchmarkListener.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.autodiff.listeners.debugging with parameters of type OpBenchmarkListener.Mode Constructor Description OpBenchmarkListener(Operation operation, @NonNull OpBenchmarkListener.Mode mode)OpBenchmarkListener(Operation operation, @NonNull OpBenchmarkListener.Mode mode, long minRuntime)
-