Uses of Class
org.nd4j.autodiff.listeners.Operation
-
-
Uses of Operation in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners that return Operation Modifier and Type Method Description OperationAt. operation()static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.listeners with parameters of type Operation Modifier and Type Method Description AtAt. copy(Operation operation)static AtAt. defaultAt(@NonNull Operation op)booleanListener. isActive(Operation operation)Returns whether this listener is active during the given operation.voidBaseListener. operationEnd(SameDiff sd, Operation op)voidListener. operationEnd(SameDiff sd, Operation op)Called at the end of an operation, e.g.voidBaseListener. operationStart(SameDiff sd, Operation op)voidListener. operationStart(SameDiff sd, Operation op)Called at the start of an operation, e.g.Set<String>ListenerVariables. requiredVariables(Operation op)Get required variables for specified opListenerVariables.BuilderListenerVariables.Builder. requireVariables(@NonNull Operation op, @NonNull String... variables)Add required variables for the specified opListenerVariables.BuilderListenerVariables.Builder. requireVariables(@NonNull Operation op, @NonNull SDVariable... variables)Add required variables for the specified op -
Uses of Operation in org.nd4j.autodiff.listeners.checkpoint
Methods in org.nd4j.autodiff.listeners.checkpoint with parameters of type Operation Modifier and Type Method Description booleanCheckpointListener. isActive(Operation operation) -
Uses of Operation in org.nd4j.autodiff.listeners.debugging
Methods in org.nd4j.autodiff.listeners.debugging with parameters of type Operation Modifier and Type Method Description booleanArraySavingListener. isActive(Operation operation)booleanControlflowListener. isActive(Operation operation)booleanExecDebuggingListener. isActive(Operation operation)booleanOpBenchmarkListener. isActive(Operation operation)voidControlflowListener. operationEnd(SameDiff sd, Operation op)voidOpBenchmarkListener. operationEnd(SameDiff sd, Operation op)voidControlflowListener. operationStart(SameDiff sd, Operation op)voidOpBenchmarkListener. operationStart(SameDiff sd, Operation op)Constructors in org.nd4j.autodiff.listeners.debugging with parameters of type Operation Constructor Description OpBenchmarkListener(Operation operation, @NonNull OpBenchmarkListener.Mode mode)OpBenchmarkListener(Operation operation, @NonNull OpBenchmarkListener.Mode mode, long minRuntime) -
Uses of Operation in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type Operation Modifier and Type Method Description booleanHistoryListener. isActive(Operation operation)booleanScoreListener. isActive(Operation operation)booleanUIListener. isActive(Operation operation)voidHistoryListener. operationEnd(SameDiff sd, Operation op)voidHistoryListener. operationStart(SameDiff sd, Operation op) -
Uses of Operation in org.nd4j.autodiff.listeners.profiler
Methods in org.nd4j.autodiff.listeners.profiler with parameters of type Operation Modifier and Type Method Description booleanProfilingListener. isActive(Operation operation)voidProfilingListener. operationEnd(SameDiff sd, Operation op)ProfilingListener.BuilderProfilingListener.Builder. operations(Operation... operations)Specify the operations (training, inference, etc) to profile.voidProfilingListener. operationStart(SameDiff sd, Operation op)Constructors in org.nd4j.autodiff.listeners.profiler with parameters of type Operation Constructor Description ProfilingListener(@NonNull File outputFile, boolean all, int warmup, int nIter, long nMs, Operation[] operations) -
Uses of Operation in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff with parameters of type Operation Modifier and Type Method Description protected ExecutionResultSameDiff. batchOutputHelper(Map<String,INDArray> placeholders, List<Listener> listeners, Operation operation, String... outputs)protected ExecutionResultSameDiff. batchOutputHelper(Map<String,INDArray> placeholders, Map<String,SDValue> otherPlaceholders, List<Listener> listeners, Operation operation, String... outputs) -
Uses of Operation in org.nd4j.autodiff.validation
Methods in org.nd4j.autodiff.validation with parameters of type Operation Modifier and Type Method Description booleanActivationGradientCheckListener. isActive(Operation operation)
-