Home
last modified time | relevance | path

Searched refs:LABELS (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_partition_models.h245 #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 …]
Dvp9_encodeframe.c3296 #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/
Dmove_cq_hosts.sh47 LABELS=$(host_labels $host)
49 silent create_labels $LABELS
51 if create_host $host $LABELS
/external/eigen/scripts/
Dcdashtesting.cmake.in43 # 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/
DTensorFlowYoloDetector.java51 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/
Dsonic_host.py44 LABELS = [sonic_client_utils.SONIC_BOARD_LABEL] variable in SonicHost
129 return self.LABELS
/external/eigen/cmake/
DEigenTesting.cmake105 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/
DParseAndAddCatchTests.cmake186 LABELS "${Labels}")
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt252 "NotImplemented" in their "LABELS" column.
/external/libaom/libaom/av1/encoder/
Dencodeframe.c2858 #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