/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 45 ragged_tensor.RaggedTensor.__ror__ = _right(math_ops.logical_or)
|
/external/python/cpython3/Lib/ |
D | numbers.py | 365 def __ror__(self, other): member in Integral
|
D | _collections_abc.py | 494 __ror__ = __or__ variable in Set
|
D | enum.py | 846 __ror__ = __or__ variable in IntFlag
|
/external/python/cpython2/Lib/ |
D | numbers.py | 366 def __ror__(self, other): member in Integral
|
D | _abcoll.py | 217 __ror__ = __or__ variable in Set
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 192 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_collections.py | 584 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 193 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_collections.py | 322 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 342 def __ror__(self, o): return o | self.get() member in DistributedDelegate 857 def __ror__(self, o): return o | self.read_value() member in TPUMirroredVariable 1556 def __ror__(self, o): return o | self._v member in AggregatingVariable
|
/external/scapy/scapy/ |
D | fields.py | 1160 __ror__ = __or__ variable in FlagValue
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 114 def __ror__(self, value): member in Integer
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 1919 def __ror__(self, other ): member in ParserElement
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 1919 def __ror__(self, other ): member in ParserElement
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 2147 object.__ror__(self, other)
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2306 object.__ror__(self, other)
|