Skip to main content

Module simple

Module simple 

Source
Expand description

SimpleExecutor — one-shot execution: compile, fit, forward.

The default executor for running a complete dataset through a graph. No loops, no sampling, no chunking — just compile → fit → forward.

Structs§

SimpleExecutor
One-shot execution: compile the graph, fit, then forward.