Home
last modified time | relevance | path

Searched refs:num_matches (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py366 num_matches = len(matching_indices_list)
371 start_columns[batch_pos:batch_pos + num_matches] = match_start_columns
372 end_columns[batch_pos:batch_pos + num_matches] = match_end_columns
373 are_omitted[batch_pos:batch_pos + num_matches] = [
375 ] * num_matches
376 row_indices[batch_pos:batch_pos + num_matches] = [prev_r] * num_matches
378 batch_pos += num_matches
388 num_matches = len(matching_indices_list)
393 start_columns[batch_pos:batch_pos + num_matches] = match_start_columns
394 end_columns[batch_pos:batch_pos + num_matches] = match_end_columns
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp202 int num_matches, in is_best_inexact_overload() argument
221 other < matches + num_matches; other++) { in is_best_inexact_overload()
263 int num_matches) in choose_best_inexact_overload() argument
265 if (num_matches == 0) in choose_best_inexact_overload()
268 if (num_matches == 1) in choose_best_inexact_overload()
278 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) { in choose_best_inexact_overload()
279 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig)) in choose_best_inexact_overload()
Dlink_varyings.cpp1561 unsigned num_matches; member in __anon644f1f990111::varying_matches
1594 this->num_matches = 0; in varying_matches()
1685 if (this->num_matches == this->matches_capacity) { in record()
1719 this->matches[this->num_matches].packing_class in record()
1721 this->matches[this->num_matches].packing_order in record()
1726 this->matches[this->num_matches].num_components = slots * 4; in record()
1728 this->matches[this->num_matches].num_components in record()
1732 this->matches[this->num_matches].producer_var = producer_var; in record()
1733 this->matches[this->num_matches].consumer_var = consumer_var; in record()
1734 this->num_matches++; in record()
[all …]
/external/brotli/c/enc/
Dbackward_references_hq.c408 const int* starting_dist_cache, const size_t num_matches, in UpdateNodes() argument
505 for (j = 0; j < num_matches; ++j) { in UpdateNodes()
614 const ZopfliCostModel* model, const uint32_t* num_matches, in ZopfliIterate() argument
627 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); in ZopfliIterate()
629 cur_match_pos += num_matches[i]; in ZopfliIterate()
630 if (num_matches[i] == 1 && in ZopfliIterate()
642 cur_match_pos += num_matches[i]; in ZopfliIterate()
676 size_t num_matches; in BrotliZopfliComputeShortestPath() local
677 num_matches = FindAllMatchesH10(hasher, in BrotliZopfliComputeShortestPath()
681 if (num_matches > 0 && in BrotliZopfliComputeShortestPath()
[all …]
/external/libtextclassifier/actions/
Dngram-model.cc174 int num_matches = 0; in Eval() local
192 ++num_matches; in Eval()
199 const int num_misses = num_candidates - num_matches; in Eval()
/external/python/cpython2/Modules/
Dreadline.c72 int num_matches, int max_length);
781 int num_matches, int max_length) in on_completion_display_matches_hook() argument
788 m = PyList_New(num_matches); in on_completion_display_matches_hook()
791 for (i = 0; i < num_matches; i++) { in on_completion_display_matches_hook()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c85 int num_matches) in regex_helper() argument
99 err_code = regexec(&regex, search_str, num_matches, matches, 0); in regex_helper()
101 for (i = 0; i < num_matches; i++) { in regex_helper()
/external/python/cpython3/Modules/
Dreadline.c72 int num_matches, int max_length);
927 int num_matches, int max_length) in on_completion_display_matches_hook() argument
932 m = PyList_New(num_matches); in on_completion_display_matches_hook()
935 for (i = 0; i < num_matches; i++) { in on_completion_display_matches_hook()
/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py600 num_matches = len(set(split_name) & split_context)
602 if num_matches > 0 or not scope:
603 match_dict[op.name] = num_matches
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc316 int num_matches = 0; in VerifyEncryptedPacket() local
319 ++num_matches; in VerifyEncryptedPacket()
322 return (num_matches < ((static_cast<int>(size) - 5) / 10)); in VerifyEncryptedPacket()
/external/libchrome/base/strings/
Dstring_util.cc783 size_t num_matches = 0; in DoReplaceMatchesAfterOffset() local
787 ++num_matches; in DoReplaceMatchesAfterOffset()
806 if (!--num_matches) in DoReplaceMatchesAfterOffset()