Expand description
SC Compute Graph data structures.
Structs§
- Dense
Params - Parameters for a dense SC layer.
Maps to
sc_dense_layer_coreVerilog module. - LifParams
- Parameters for the fixed-point LIF neuron.
Maps 1:1 to
sc_lif_neuronVerilog parameters. - ScGraph
- A complete SC compute graph.
- ValueId
- Unique identifier for a value produced by an operation.
Enums§
- Reduce
Mode - 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.