Home
last modified time | relevance | path

Searched defs:test_pair (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstrided_slice_op_test.cc97 for (const BroadcastPair& test_pair : test_pairs) { in TEST() local
117 for (const BroadcastPair& test_pair : test_pairs) { in TEST() local
136 for (const BroadcastPair& test_pair : test_pairs) { in TEST() local
159 for (const BroadcastPair& test_pair : test_pairs) { in TEST() local
197 for (const BroadcastPair& test_pair : test_pairs) { in TEST() local
213 const BroadcastPair& test_pair = test_input.first; in TEST() local
237 const BroadcastPair& test_pair = std::get<0>(test_input); in TEST() local
261 const BroadcastPair& test_pair = std::get<0>(test_input); in TEST() local
289 const BroadcastPair& test_pair = std::get<0>(test_input); in TEST() local
313 const BroadcastPair& test_pair = test_input.first; in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dequal_range.cpp31 Pair test_pair in check_result()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dnode_handle_test.cpp166 typedef value<int, unsigned> test_pair; typedef
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_zlib.py215 def test_pair(self): member in CompressObjectTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_zlib.py268 def test_pair(self): member in CompressObjectTestCase
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py1710 def test_pair(self): member in MiscTests