Home
last modified time | relevance | path

Searched defs:__matmul__ (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_tensors.py70 def __matmul__(self, other): member in SymbolicTensor
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_augassign.py146 def __matmul__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py246 def __matmul__(self, other): member in OperatorTestCase.test_matmul.M
Dtest_weakref.py310 def __matmul__(self, other): member in ReferencesTestCase.test_proxy_matmul.C
Dtest_grammar.py1930 def __matmul__(self, o): member in GrammarTests.test_matrix_mul.M
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/external/python/cpython3/Lib/
Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Doperator.py440 __matmul__ = matmul variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/mixed_precision/
H A Dautocast_variable.py474 def __matmul__(self, o): member in AutoCastVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator.py690 def __matmul__(self, other): member in LinearOperator
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dps_values.py334 def __matmul__(self, o): member in AggregatingVariable
H A Dvalues.py328 def __matmul__(self, o): member in DistributedDelegate
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py5638 def __matmul__(self, other): member in TestMatmulOperator.test_array_priority_override.A