mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(debugging): assign a color to ArbitraryFunction nodes
This commit is contained in:
@@ -13,6 +13,7 @@ IR_NODE_COLOR_MAPPING = {
|
||||
ir.Add: "red",
|
||||
ir.Sub: "yellow",
|
||||
ir.Mul: "green",
|
||||
ir.ArbitraryFunction: "orange",
|
||||
"output": "magenta",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user