Home
last modified time | relevance | path

Searched refs:_right (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py27 def _right(operator): function
43 ragged_tensor.RaggedTensor.__rand__ = _right(math_ops.logical_and)
45 ragged_tensor.RaggedTensor.__ror__ = _right(math_ops.logical_or)
48 ragged_tensor.RaggedTensor.__rxor__ = _right(math_ops.logical_xor)
53 ragged_tensor.RaggedTensor.__radd__ = _right(math_ops.add)
55 ragged_tensor.RaggedTensor.__rdiv__ = _right(math_ops.div)
57 ragged_tensor.RaggedTensor.__rfloordiv__ = _right(math_ops.floordiv)
59 ragged_tensor.RaggedTensor.__rmod__ = _right(math_ops.floormod)
61 ragged_tensor.RaggedTensor.__rmul__ = _right(math_ops.multiply)
64 ragged_tensor.RaggedTensor.__rpow__ = _right(math_ops.pow)
[all …]
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc30 _top(0.0), _left(0.0), _right(0.0), _bottom(0.0), in VideoX11Channel()
113 _right = right; in Init()
195 _outWidth = (int) (winWidth * (_right - _left)); in ChangeWindow()
308 right = _right; in GetStreamProperties()
Dvideo_x11_channel.h86 float _right; variable
/external/clang/test/Modules/
Dtemplates.mm9 // instantiate definition now, we'll add another declaration in _right.
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp1280 RuleHalf _left(*this), _right(*this); in parseRule() local
1282 RuleHalf* right = &_right; in parseRule()
1393 left = &_right; in parseRule()
/external/googletest/googlemock/docs/
DForDummies.md201 The key to using a mock object successfully is to set the _right expectations_ on it. If you set th…