Expand description
Text-format parser for SC IR graphs.
Parses the format produced by printer::print(). The parser is
intentionally simple (line-oriented) since the format is machine-
generated. A future version may support full MLIR-compatible syntax.
Structsยง
- Parse
Error - Parse error with line number.
Functionsยง
- extract_
kv ๐ - make_
err ๐ - parse
- Parse an SC IR text file into a graph.
- parse_
and ๐ - parse_
constant ๐ - parse_
dense_ ๐forward - parse_
div_ ๐const - parse_
encode ๐ - parse_
graph_ ๐forward - parse_
input ๐ - parse_
kuramoto_ ๐step - parse_
lif_ ๐step - parse_
offset ๐ - parse_
output ๐ - parse_
popcount ๐ - parse_
reduce ๐ - parse_
scalar_ ๐constant - parse_
scale ๐ - parse_
softmax_ ๐attention - parse_
type ๐ - parse_
value_ ๐id - parse_
vector_ ๐constant - parse_
xor ๐