Searched refs:_apply_op (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | ops_test.py | 653 def _apply_op(g, *args, **kwargs): function 1377 t1 = _apply_op(g, "FloatOutput", [], [dtypes.float32], name="myop1") 1379 t2 = _apply_op( 1381 t3 = _apply_op( 1404 ref_t, nonref_t = _apply_op( 1410 out_2 = _apply_op( 1418 out_3 = _apply_op( 2270 t1 = _apply_op(g, "FloatOutput", [], [dtypes.float32], name="myop1") 2271 t2 = _apply_op(g, "FloatOutput", [], [dtypes.float32], name="myop2") 2326 a = _apply_op(g, "FloatOutput", [], [dtypes.float32]) [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle.hpp | 73 _apply_op(that, op()); in operator =() 82 _apply_op(that, op()); in operator -=() 90 _apply_op(that, op()); in operator +=() 98 _apply_op(that, op()); in operator *=() 106 _apply_op(that, op()); in operator /=() 122 GLM_FUNC_QUALIFIER void _apply_op(vecType<T, P> const& that, U op) in _apply_op() function
|