ForwardHooks

interface ForwardHooks(source)

Forward pass hook interface. Implementations can record diagnostics, timings, or build a tape.

Inheritors

Functions

Link copied to clipboard
abstract fun onForwardBegin(module: ModuleNode, input: Any)
Link copied to clipboard
abstract fun onForwardEnd(module: ModuleNode, input: Any, output: Any)