Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_partition_models.h245 #define LABELS 4 macro
278 static const float vp9_rect_part_nn_weights_16_layer1[NODES * LABELS] = {
292 static const float vp9_rect_part_nn_bias_16_layer1[LABELS] = {
301 LABELS, // num_outputs
347 static const float vp9_rect_part_nn_weights_32_layer1[NODES * LABELS] = {
361 static const float vp9_rect_part_nn_bias_32_layer1[LABELS] = {
370 LABELS, // num_outputs
429 static const float vp9_rect_part_nn_weights_64_layer1[NODES * LABELS] = {
448 static const float vp9_rect_part_nn_bias_64_layer1[LABELS] = {
457 LABELS, // num_outputs
[all …]
Dvp9_encodeframe.c3311 #define LABELS 4 macro
3318 float score[LABELS] = { in ml_prune_rect_partition()
3388 int int_score[LABELS]; in ml_prune_rect_partition()
3389 for (i = 0; i < LABELS; ++i) { in ml_prune_rect_partition()
3394 for (i = 0; i < LABELS; ++i) { in ml_prune_rect_partition()
3405 #undef LABELS
4797 #define LABELS 2 macro
4821 float score[LABELS]; in ml_predict_var_paritioning()
4864 #undef 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/tools/android/test/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/rust/crates/grpcio-sys/grpc/tools/release/
Dbackport_pr.sh115 LABELS=$(echo "$PR_DATA" | jq -r '.labels | map(.name) | join(",")')
151 -l "$LABELS" \
/external/AFLplusplus/dictionaries/
Dspss.dict31 "LABELS"
/external/oss-fuzz/projects/readstat/
Dfuzz_format_spss_commands.dict31 "LABELS"
/external/ruy/cmake/
Druy_cc_test.cmake74 set_property(TEST ${_NAME} PROPERTY LABELS ${_RULE_TAGS})
/external/ot-br-posix/tests/rest/
DCMakeLists.txt40 LABELS "TESTREST"
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DSwitchEntry.java149 notifyPropertyChange(ObservableProperty.LABELS, this.labels, labels); in setLabels()
/external/tensorflow/tensorflow/lite/kernels/
DCMakeLists.txt151 set_tests_properties(${TEST_NAME} PROPERTIES LABELS "plain")
159 set_tests_properties(${DELEGATE_TEST} PROPERTIES LABELS "delegate")
/external/eigen/cmake/
DEigenTesting.cmake117 set_property(TARGET ${targetname} PROPERTY LABELS "Build${current_subproject}")
119 set_property(TEST ${testname_with_suffix} PROPERTY LABELS "${current_subproject}")
778 get_property(test_labels TEST ${test} PROPERTY LABELS)
779 set_property(TEST ${test} PROPERTY LABELS "${test_labels};smoketest")
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
DObservableProperty.java76 LABELS(Type.MULTIPLE_REFERENCE), enumConstant
/external/libaom/av1/encoder/
Dpartition_strategy.c1310 #define LABELS 4 macro
1428 float score[LABELS] = { 0.0f }; in av1_ml_prune_4_partition()
1430 int int_score[LABELS]; in av1_ml_prune_4_partition()
1432 for (int i = 0; i < LABELS; ++i) { in av1_ml_prune_4_partition()
1446 for (int i = 0; i < LABELS; ++i) { in av1_ml_prune_4_partition()
1454 #undef LABELS
Dpartition_search.c5623 #define LABELS 2 macro
5659 float score[LABELS]; in ml_predict_var_partitioning()
5711 #undef LABELS
/external/zstd/build/cmake/tests/
DCMakeLists.txt104 set_property(TEST fuzzer zstreamtest playTests APPEND PROPERTY LABELS Medium)
/external/catch2/contrib/
DParseAndAddCatchTests.cmake200 LABELS "${Labels}")
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java677 conditional(ObservableProperty.LABELS, IS_NOT_EMPTY, in concreteSyntaxModelByClass.put() argument
678 …ken(GeneratedJavaParserConstants.CASE), space(), list(ObservableProperty.LABELS), token(GeneratedJ… in concreteSyntaxModelByClass.put() argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir453 // CHECK-SAME: %[[FEATURES:.*]]: tensor<2x3xf32>, %[[LABELS:.*]]: tensor<2x3xf32>
457 // CHECK-DAG: %[[NEG_LABELS:.*]] = "tf.Neg"(%[[LABELS]]) : (tensor<2x3xf32>) -> tensor<2x3xf32>
480 …// CHECK-DAG: %[[BACKPROP:.*]] = "tf.Sub"(%[[SOFTMAX]], %[[LABELS]]) : (tensor<2x3xf32>, tensor<2x…
519 // Convert SPARSE_LABELS to dense LABELS.
523 …// CHECK-DAG: %[[LABELS:.*]] = "tf.OneHot"(%[[SPARSE_LABELS]], %[[DEPTH]], %[[ONE]], %[[ZERO]]) {a…
534 …// CHECK-DAG: %[[ADJUSTED_LABELS:.*]] = "tf.AddV2"(%[[LABELS]], %[[RESHAPE]]) : (tensor<2x3xf32>, …
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt252 "NotImplemented" in their "LABELS" column.
/external/catch2/docs/
Drelease-notes.md199 * Overwriting `LABELS` caused trouble for users who set them manually
200 * CMake does not let users append to `LABELS` if the test name has spaces