Searched refs:__matmul__ (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_augassign.py146 def __matmul__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
147 output.append("__matmul__ called")
293 __matmul__ called
H A Dtest_operator.py213 def __matmul__(self, other): member in class:OperatorTestCase.test_matmul.M
H A Dtest_grammar.py1334 def __matmul__(self, o): member in class:GrammarTests.test_matrix_mul.M
/external/python/cpython3/Lib/
H A Doperator.py437 __matmul__ = matmul variable
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dmatmul_op_test.py168 r = type(x).__matmul__(x, y)
H A Dvariables_test.py348 matmul = var_m.__matmul__([[10.0], [20.0]])
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py429 m.__matmul__.return_value = 42

Completed in 934 milliseconds