SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.nn.hooks
/
ForwardHooks
Forward
Hooks
interface
ForwardHooks
(
source
)
Forward pass hook interface. Implementations can record diagnostics, timings, or build a tape.
Inheritors
TapeRecorder
Members
Functions
on
Forward
Begin
Link copied to clipboard
abstract
fun
onForwardBegin
(
module
:
ModuleNode
,
input
:
Any
)
on
Forward
End
Link copied to clipboard
abstract
fun
onForwardEnd
(
module
:
ModuleNode
,
input
:
Any
,
output
:
Any
)