-
由 Matthew Rocklin 提交于
Previously it checked if node.op == dot where dot was a dot function I assume that this was a mistake I've changed this to check if isinstance(node.op, (Dot, Dot22)) I've also added a test
648631eb
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| test_kron.py | ||
| test_linalg.py |