Searched refs:LABELS (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_partition_models.h | 245 #define LABELS 4 macro 349 static const float vp9_rect_part_nn_weights_16_layer1[32 * LABELS] = { 374 static const float vp9_rect_part_nn_bias_16_layer1[LABELS] = { 383 LABELS, // num_outputs 501 static const float vp9_rect_part_nn_weights_32_layer1[32 * LABELS] = { 526 static const float vp9_rect_part_nn_bias_32_layer1[LABELS] = { 535 LABELS, // num_outputs 653 static const float vp9_rect_part_nn_weights_64_layer1[32 * LABELS] = { 678 static const float vp9_rect_part_nn_bias_64_layer1[LABELS] = { 687 LABELS, // num_outputs [all …]
|
D | vp9_encodeframe.c | 3296 #define LABELS 4 macro 3303 float score[LABELS] = { in ml_prune_rect_partition() 3424 int int_score[LABELS]; in ml_prune_rect_partition() 3425 for (i = 0; i < LABELS; ++i) { in ml_prune_rect_partition() 3430 for (i = 0; i < LABELS; ++i) { in ml_prune_rect_partition() 3441 #undef LABELS 3587 #undef LABELS 4553 #define LABELS 2 macro 4577 float score[LABELS]; in ml_predict_var_paritioning() 4620 #undef LABELS
|
/external/autotest/contrib/ |
D | move_cq_hosts.sh | 47 LABELS=$(host_labels $host) 49 silent create_labels $LABELS 51 if create_host $host $LABELS
|
/external/eigen/scripts/ |
D | cdashtesting.cmake.in | 43 # runs only tests that have a LABELS property matching "${subproject}" 45 ctest_coverage(BUILD "${CTEST_BINARY_DIRECTORY}" LABELS "${subproject}" )
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
D | TensorFlowYoloDetector.java | 51 private static final String[] LABELS = { field in TensorFlowYoloDetector 228 "%s (%d) %f %s", LABELS[detectedClass], detectedClass, confidenceInClass, rect); in recognizeImage() 229 pq.add(new Recognition("" + offset, LABELS[detectedClass], confidenceInClass, rect)); in recognizeImage()
|
/external/autotest/server/hosts/ |
D | sonic_host.py | 44 LABELS = [sonic_client_utils.SONIC_BOARD_LABEL] variable in SonicHost 129 return self.LABELS
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 105 set_property(TARGET ${targetname} PROPERTY LABELS "Build${current_subproject}") 107 set_property(TEST ${testname_with_suffix} PROPERTY LABELS "${current_subproject}") 200 set_property(TARGET ${targetname} PROPERTY LABELS "Build${current_subproject}") 202 set_property(TEST ${testname_with_suffix} PROPERTY LABELS "${current_subproject}")
|
/external/catch2/contrib/ |
D | ParseAndAddCatchTests.cmake | 186 LABELS "${Labels}")
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | README.txt | 252 "NotImplemented" in their "LABELS" column.
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 2858 #define LABELS 4 macro 2993 float score[LABELS] = { 0.0f }; in ml_prune_4_partition() 2996 int int_score[LABELS]; in ml_prune_4_partition() 2998 for (int i = 0; i < LABELS; ++i) { in ml_prune_4_partition() 3013 for (int i = 0; i < LABELS; ++i) { in ml_prune_4_partition() 3021 #undef LABELS
|