Searched refs:expected_rt (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | umodti3_test.c | 34 utwords expected_rt; in test__umodti3() local 35 expected_rt.all = expected_r; in test__umodti3() 39 expected_rt.s.high, expected_rt.s.low); in test__umodti3()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | umodti3_test.c | 25 utwords expected_rt; in test__umodti3() local 26 expected_rt.all = expected_r; in test__umodti3() 30 expected_rt.s.high, expected_rt.s.low); in test__umodti3()
|
D | divmodti4_test.c | 37 utwords expected_rt; in test__divmodti4() local 38 expected_rt.all = expected_r; in test__divmodti4() 48 expected_rt.s.high, expected_rt.s.low); in test__divmodti4()
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 1028 expected_rt = ragged_factory_ops.constant( 1045 "rt1": expected_rt, 1046 "rt2": expected_rt, 1047 "rt3": expected_rt, 1048 "rt4": expected_rt, 1049 "rt5": expected_rt, 1097 expected_rt = ragged_factory_ops.constant( 1104 "rt1": expected_rt,
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_map_fn_op_test.py | 186 expected_rt = ragged_factory_ops.constant( 188 self.assertAllEqual(expected_rt, output)
|
D | ragged_tensor_test.py | 1391 expected_rt = ragged_factory_ops.constant([[[0], [1]], [[2], [3]], [[4], 1394 self.assertAllEqual(decoded_rt, expected_rt) 1408 expected_rt = ragged_factory_ops.constant([[[0], [1]], [[2], [3]], [[4], 1411 self.assertAllEqual(decoded_rt, expected_rt)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parsing_ops_test.py | 1094 expected_rt = ragged_factory_ops.constant( 1111 "rt1": expected_rt, 1112 "rt2": expected_rt, 1113 "rt3": expected_rt, 1114 "rt4": expected_rt, 1115 "rt5": expected_rt, 1163 expected_rt = ragged_factory_ops.constant( 1170 "rt1": expected_rt,
|