Searched defs:__rmatmul__ (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_augassign.py | 148 def __rmatmul__(self, val): member in AugAssignTest.testCustomMethods2.testall |
/external/tensorflow/tensorflow/python/distribute/ | ||
D | values.py | 373 def __rmatmul__(self, o): member in DistributedDelegate |