Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc177 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
259 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
345 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
366 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
402 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
423 bool found_match = graph_matcher.GetMatchedNodes( in TEST_F() local
Dpattern_utils.cc107 bool found_match = false; in GetMatchedNodes() local
/external/abseil-cpp/absl/random/internal/
Dmocking_bit_gen_base.h96 bool found_match = in Call() local
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dmocking_bit_gen_base.h96 bool found_match = in Call() local
/external/libgav1/libgav1/src/
Dmotion_vector.cc109 bool* const found_match, int* const num_mv_found) { in SearchStack()
145 bool* const found_match, int* const num_mv_found) { in CompoundSearchStack()
184 bool* const found_match, int* const num_mv_found) { in AddReferenceMvCandidate()
213 bool* const found_match, int* const num_mv_found) { in ScanRow()
237 bool* const found_match, int* const num_mv_found) { in ScanColumn()
262 bool* const found_match, int* const num_mv_found) { in ScanPoint()
/external/gflags/src/
Dgflags_reporting.cc272 bool found_match = false; // stays false iff no dir matches restrict in ShowUsageWithFlagsMatching() local
/external/libtextclassifier/native/utils/
Dwordpiece_tokenizer.cc52 int* byte_end, bool* found_match, bool* match_is_unknown_character) { in LongestMatchStartingAt()