feat: mimic the exact numpy behavior for matmul

This commit is contained in:
Umut
2022-02-28 15:06:04 +03:00
parent ed28639c57
commit b71cbc8ecb
8 changed files with 108 additions and 86 deletions

View File

@@ -45,7 +45,7 @@ pygraphviz = { version = "^1.7", optional = true }
Pillow = "^9.0.0"
loguru = "^0.5.3"
setuptools = "*"
concrete-compiler = "^0.3.1"
concrete-compiler = "^0.4.0"
torch = "^1.10.2"
[tool.poetry.extras]