Home
last modified time | relevance | path

Searched defs:__radd__ (Results 1 – 25 of 51) sorted by relevance

123

/external/tensorflow/tensorflow/python/kernel_tests/
Dtensor_priority_test.py58 def __radd__(self, lhs): member in TensorPriorityTest.testUnsupportedRhsWithDelegation.WithReverseAdd
70 def __radd__(self, lhs): member in TensorPriorityTest.testFullDelegationControlUsingRegistry.NumpyArraySubclass
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py792 def __radd__(self, other): member in BinaryOpsTest.testRHSDispatchingAndErrorRaising.RHSReturnsTrue
799 def __radd__(self, other): member in BinaryOpsTest.testRHSDispatchingAndErrorRaising.RHSRaisesError
808 def __radd__(self, other): member in BinaryOpsTest.testRHSDispatchingAndErrorRaising.RHSReturnsNotImplemented
/external/python/cpython3/Lib/xml/dom/
Dminicompat.py82 def __radd__(self, other): member in EmptyNodeList
/external/python/cpython2/Lib/xml/dom/
Dminicompat.py83 def __radd__(self, other): member in EmptyNodeList
/external/python/cpython2/Lib/test/
Dtest_augassign.py84 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test
128 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_binop.py97 __radd__ = __add__ variable in Rat
Dtest_coercion.py42 def __radd__(self,other): member in MethodNumber
/external/python/cpython2/Demo/classes/
DDates.py156 __radd__ = __add__ # handle int+date variable in Date
DComplex.py182 __radd__ = __add__ variable in Complex
/external/python/cpython3/Lib/test/
Dtest_augassign.py72 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test
124 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
/external/fonttools/Lib/fontTools/misc/
Dvector.py54 __radd__ = __add__ variable in Vector
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py356 def __radd__(self, other): member in Dimension
984 def __radd__(self, other): member in TensorShape
/external/python/dateutil/dateutil/
Drelativedelta.py404 def __radd__(self, other): member in relativedelta
/external/libchrome/third_party/markupsafe/
D__init__.py83 def __radd__(self, other): member in Markup
/external/llvm-project/clang/utils/ABITest/
DEnumeration.py26 __radd__ = __add__ variable in Aleph0
/external/clang/utils/ABITest/
DEnumeration.py25 __radd__ = __add__ variable in Aleph0
/external/python/pyasn1/pyasn1/type/
Dtag.py209 def __radd__(self, superTag): member in TagSet
Duniv.py136 def __radd__(self, value): member in Integer
534 def __radd__(self, value): member in BitString
1046 def __radd__(self, value): member in OctetString
1184 def __radd__(self, other): member in ObjectIdentifier
1419 def __radd__(self, value): member in Real
Dconstraint.py586 def __radd__(self, value): member in AbstractConstraintSet
/external/python/markupsafe/src/markupsafe/
D__init__.py63 def __radd__(self, other): member in Markup
/external/python/cpython2/Lib/
DUserList.py55 def __radd__(self, other): member in UserList
Dfractions.py393 __add__, __radd__ = _operator_fallbacks(_add, operator.add) variable in Fraction
/external/python/cpython3/Lib/
Dfractions.py389 __add__, __radd__ = _operator_fallbacks(_add, operator.add) variable in Fraction
Dstatistics.py1101 __radd__ = __add__ variable in NormalDist
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py786 def __radd__(self, y): member in NonStandardInteger

123