Searched defs:__matmul__ (Results 1 – 9 of 9) sorted by relevance
| /external/python/cpython3/Lib/test/ | ||
| D | test_augassign.py | 146 def __matmul__(self, val): member in AugAssignTest.testCustomMethods2.testall |
| D | test_operator.py | 231 def __matmul__(self, other): member in OperatorTestCase.test_matmul.M |
| D | test_weakref.py | 297 def __matmul__(self, other): member in ReferencesTestCase.test_proxy_matmul.C |
| D | test_grammar.py | 1869 def __matmul__(self, o): member in GrammarTests.test_matrix_mul.M |
| /external/python/cpython3/Lib/ | ||
| D | operator.py | 433 __matmul__ = matmul variable |
| /external/tensorflow/tensorflow/python/keras/mixed_precision/ | ||
| D | autocast_variable.py | 474 def __matmul__(self, o): member in AutoCastVariable |
| /external/tensorflow/tensorflow/python/ops/linalg/ | ||
| D | linear_operator.py | 690 def __matmul__(self, other): member in LinearOperator |
| /external/tensorflow/tensorflow/python/distribute/ | ||
| D | ps_values.py | 334 def __matmul__(self, o): member in AggregatingVariable |
| D | values.py | 328 def __matmul__(self, o): member in DistributedDelegate |