OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_matches
(Results
1 - 2
of
2
) sorted by null
/external/gflags/src/
gflags_completions.cc
104
set<const CommandLineFlagInfo *> *
all_matches
,
115
const set<const CommandLineFlagInfo *> &
all_matches
,
354
set<const CommandLineFlagInfo *> *
all_matches
,
356
all_matches
->clear();
362
all_matches
->insert(&*it);
417
const set<const CommandLineFlagInfo *> &
all_matches
,
429
all_matches
.begin();
430
it !=
all_matches
.end();
/external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils_test.cc
336
std::vector<NodeMatch>
all_matches
;
local
339
&
all_matches
));
340
EXPECT_EQ(1,
all_matches
.size());
341
EXPECT_EQ("Mul",
all_matches
[0].node.op());
342
EXPECT_EQ("output",
all_matches
[0].node.name());
343
EXPECT_EQ(2,
all_matches
[0].inputs.size());
344
EXPECT_EQ("Add",
all_matches
[0].inputs[0].node.op());
345
EXPECT_EQ("add",
all_matches
[0].inputs[0].node.name());
346
EXPECT_EQ(2,
all_matches
[0].inputs[0].inputs.size());
347
EXPECT_EQ("Const",
all_matches
[0].inputs[0].inputs[0].node.op())
[
all
...]
Completed in 139 milliseconds