Searched defs:__matmul__ (Results 1 – 11 of 11) sorted by relevance
/external/pytorch/torch/onnx/_internal/exporter/ |
D | _tensors.py | 70 def __matmul__(self, other): member in SymbolicTensor
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 146 def __matmul__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 249 def __matmul__(self, other): member in OperatorTestCase.test_matmul.M
|
D | test_weakref.py | 361 def __matmul__(self, other): member in ReferencesTestCase.test_proxy_matmul.C
|
D | test_grammar.py | 1952 def __matmul__(self, o): member in GrammarTests.test_matrix_mul.M
|
/external/python/cpython3/Lib/ |
D | operator.py | 440 __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
|
/external/pytorch/test/torch_np/numpy_tests/core/ |
D | test_multiarray.py | 5638 def __matmul__(self, other): member in TestMatmulOperator.test_array_priority_override.A
|