Home
last modified time | relevance | path

Searched defs:expected_index (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions_test.cc234 int expected_index = node.name() == "x" ? 0 : node.name() == "y" ? 1 : 2; in TEST_F() local
317 int expected_index = node.name() == "x" ? 0 : 1; in TEST_F() local
/external/icing/icing/tokenization/
Dplain-tokenizer_test.cc415 int expected_index = kText.length() - 1 - i; in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dshape_partition_test.cc197 int64 expected_index = 0; in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dpartitioning_utils_test.cc186 void CheckIndex(const Node& node, int expected_index) { in CheckIndex()
/external/pigweed/pw_containers/
Dintrusive_list_test.cc197 size_t expected_index = 1; // Expected index is iterator index + 1. in TEST() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp280 auto expected_index = PdbIndex::create(pdb_file); in CalculateAbilities() local
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1796 unsigned expected_index = (n * vd_lane_count) + lane; in Test1OpAcrossNEON() local
1843 unsigned expected_index = n * vd_lane_count; in Test1OpAcrossNEON() local