Home
last modified time | relevance | path

Searched refs:label_count (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_classify.c44 int label_count; member
108 if (ctx->labels && label_id < ctx->label_count) { in dnn_classify_post_proc()
121 for (int i = 0; i < ctx->label_count; i++) { in free_classify_labels()
124 ctx->label_count = 0; in free_classify_labels()
174 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_classify_label_file()
H A Dvf_dnn_detect.c43 int label_count; member
127 if (ctx->labels && label_id < ctx->label_count) { in dnn_detect_post_proc_ov()
203 if (ctx->labels && label_id[i] < ctx->label_count) { in dnn_detect_post_proc_tf()
234 for (int i = 0; i < ctx->label_count; i++) { in free_detect_labels()
237 ctx->label_count = 0; in free_detect_labels()
287 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_detect_label_file()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2641 for (int label_count = 128; label_count < 2048; label_count *= 2) { in TEST_T32()
2642 Label* l = new Label[label_count]; in TEST_T32()
2644 for (int i = 0; i < label_count; i++) { in TEST_T32()
2648 for (int i = 0; i < label_count; i++) { in TEST_T32()
2656 for (int i = label_count - 1; i >= 0; i--) { in TEST_T32()
3538 const int label_count = 31; in TEST_T32() local
3556 l = new Label[label_count]; in TEST_T32()
3564 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32()
3634 const int label_count = 15; NearBranchAndLiteralFuzzHelper() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc2795 size_t label_count = callable->signature().labels.size(); in GenerateCall() local
2796 if (label_count != arguments.labels.size()) { in GenerateCall()
2800 << std::to_string(label_count) << " found " in GenerateCall()
2925 for (size_t i = 0; i < label_count; ++i) { in GenerateCall()
2934 for (size_t i = 0; i < label_count; ++i) { in GenerateCall()
3413 size_t label_count) { in IsCompatibleSignature()
3417 if (sig.labels.size() != label_count) return false; in IsCompatibleSignature()
3412 IsCompatibleSignature(const Signature& sig, const TypeVector& types, size_t label_count) IsCompatibleSignature() argument
H A Dimplementation-visitor.h440 size_t label_count);

Completed in 16 milliseconds