tests/basics: Add test for matmul operator.
This is a Python 3.5 feature so the .exp file is needed.
This commit is contained in:
@@ -111,6 +111,7 @@ except TypeError:
|
||||
-cud1
|
||||
~cud1
|
||||
cud1 * cud2
|
||||
cud1 @ cud2
|
||||
cud1 / cud2
|
||||
cud2 // cud1
|
||||
cud1 += cud2
|
||||
|
||||
Reference in New Issue
Block a user