Home
last modified time | relevance | path

Searched refs:all_matches (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils_test.cc336 std::vector<NodeMatch> all_matches; in TestGetOpTypeMatches() local
339 &all_matches)); in TestGetOpTypeMatches()
340 EXPECT_EQ(1, all_matches.size()); in TestGetOpTypeMatches()
341 EXPECT_EQ("Mul", all_matches[0].node.op()); in TestGetOpTypeMatches()
342 EXPECT_EQ("output", all_matches[0].node.name()); in TestGetOpTypeMatches()
343 EXPECT_EQ(2, all_matches[0].inputs.size()); in TestGetOpTypeMatches()
344 EXPECT_EQ("Add", all_matches[0].inputs[0].node.op()); in TestGetOpTypeMatches()
345 EXPECT_EQ("add", all_matches[0].inputs[0].node.name()); in TestGetOpTypeMatches()
346 EXPECT_EQ(2, all_matches[0].inputs[0].inputs.size()); in TestGetOpTypeMatches()
347 EXPECT_EQ("Const", all_matches[0].inputs[0].inputs[0].node.op()); in TestGetOpTypeMatches()
[all …]
/external/gflags/src/
Dgflags_completions.cc104 set<const CommandLineFlagInfo *> *all_matches,
115 const set<const CommandLineFlagInfo *> &all_matches,
354 set<const CommandLineFlagInfo *> *all_matches, in FindMatchingFlags() argument
356 all_matches->clear(); in FindMatchingFlags()
362 all_matches->insert(&*it); in FindMatchingFlags()
417 const set<const CommandLineFlagInfo *> &all_matches, in CategorizeAllMatchingFlags() argument
429 all_matches.begin(); in CategorizeAllMatchingFlags()
430 it != all_matches.end(); in CategorizeAllMatchingFlags()