Skip to main content

Module graph

Module graph 

Source
Expand description

SC Compute Graph data structures.

Structs§

DenseParams
Parameters for a dense SC layer. Maps to sc_dense_layer_core Verilog module.
LifParams
Parameters for the fixed-point LIF neuron. Maps 1:1 to sc_lif_neuron Verilog parameters.
ScGraph
A complete SC compute graph.
ValueId
Unique identifier for a value produced by an operation.

Enums§

ReduceMode
Reduce operation mode.
ScConst
Compile-time constant values embedded in the IR.
ScOp
A single operation in the SC compute graph.
ScType
Type system for SC IR values.