## 🐛 Bug This fails: ``` auto one = new Int(1); auto one3 = mul(mul(one, one), one); TORCH_CHECK(one3->isConstScalar()); ``` It seems class ConstCheck fails to identify constness when Val is a compound expression. See #177 for a reproducer.
🐛 Bug
This fails:
It seems class ConstCheck fails to identify constness when Val is a compound expression.
See #177 for a reproducer.