refactor:Lint
This commit is contained in:
parent
3096e32465
commit
43936c22c3
2 changed files with 5 additions and 1 deletions
|
@ -103,6 +103,7 @@ syntax tensorExpr "+" tensorExpr : tensorExpr
|
|||
/-- Allowing brackets to be used in a tensor expression. -/
|
||||
syntax "(" tensorExpr ")" : tensorExpr
|
||||
|
||||
/-- Scalar multiplication for tensors. -/
|
||||
syntax term "•" tensorExpr : tensorExpr
|
||||
|
||||
namespace TensorNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue