| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | non_max_suppression_test.cc | 31 void InitializeCandidates(std::vector<float>* boxes, std::vector<float>* scores, in InitializeCandidates() 69 std::vector<float> scores(1); in TEST() local 89 std::vector<float> scores(kNumBoxes); in TEST() local 124 std::vector<float> scores; in TEST() local 166 std::vector<float> scores; in TEST() local 203 std::vector<float> scores; in TEST() local 236 std::vector<float> scores; in TEST() local 270 std::vector<float> scores; in TEST() local 307 std::vector<float> scores; in TEST() local
|
| /external/icing/icing/store/ |
| D | usage-store_test.cc | 62 UsageStore::UsageScores scores; in CreateUsageScores() local 240 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 269 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 329 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 343 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 367 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 390 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 429 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 474 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local 499 UsageStore::UsageScores scores = CreateUsageScores( in TEST_F() local [all …]
|
| /external/libtextclassifier/native/utils/math/ |
| D | softmax.cc | 26 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label) { in ComputeSoftmaxProbability() 72 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() 76 std::vector<float> ComputeSoftmax(const float *scores, int scores_size) { in ComputeSoftmax()
|
| /external/libtextclassifier/native/utils/sentencepiece/ |
| D | encoder_test.cc | 35 float scores[] = {-0.5, -1.0, -10.0, -1.0}; in TEST() local 60 float scores[] = {-0.5, -1.0, -10.0, -1.0}; in TEST() local 90 float scores[] = {-0.5, -1.0, -10.0, -1.0}; in TEST() local
|
| /external/ComputeLibrary/src/runtime/CPP/functions/ |
| D | CPPNonMaximumSuppression.cpp | 33 const ITensor *bboxes, const ITensor *scores, ITensor *indices, unsigned int max_output_size, in configure() 44 …const ITensorInfo *bboxes, const ITensorInfo *scores, const ITensorInfo *indices, unsigned int max… in validate()
|
| D | CPPDetectionOutputLayer.cpp | 293 const std::vector<float> &scores, const float score_threshold, in ApplyNMSFast() 507 const std::vector<float> &scores = conf_scores.find(c)->second; in run() local 529 const std::vector<float> &scores = conf_scores.find(label)->second; in run() local 572 const std::vector<float> &scores = conf_scores.find(label)->second; in run() local
|
| /external/libtextclassifier/native/lang_id/common/math/ |
| D | softmax.cc | 28 float ComputeSoftmaxProbability(const std::vector<float> &scores, int label) { in ComputeSoftmaxProbability() 74 std::vector<float> ComputeSoftmax(const std::vector<float> &scores, in ComputeSoftmax()
|
| /external/armnn/src/backends/reference/test/ |
| D | RefEndToEndTests.cpp | 856 std::vector<float> scores({ variable 904 std::vector<float> scores({ variable 942 std::vector<float> scores({ variable 982 std::vector<float> scores({ variable
|
| D | RefDetectionPostProcessTests.cpp | 61 std::vector<float> scores({ 0.9f, 0.75f, 0.6f, 0.93f, 0.5f, 0.3f }); variable 109 std::vector<float> scores({ in DetectionPostProcessTestImpl() local
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLGenerateProposalsLayer.cpp | 74 void CLGenerateProposalsLayer::configure(const ICLTensor *scores, const ICLTensor *deltas, const IC… in configure() 80 …oposalsLayer::configure(const CLCompileContext &compile_context, const ICLTensor *scores, const IC… in configure() 210 Status CLGenerateProposalsLayer::validate(const ITensorInfo *scores, const ITensorInfo *deltas, con… in validate()
|
| /external/armnn/src/backends/neon/workloads/ |
| D | NeonDetectionPostProcessWorkload.cpp | 33 const TensorInfo& scores, in NeonDetectionPostProcessValidate() 97 arm_compute::ITensor& scores = AclTensorRef(m_Data.m_Inputs[1]); in NeonDetectionPostProcessWorkload() local
|
| /external/armnn/src/backends/backendsCommon/test/ |
| D | DetectionPostProcessEndToEndTestImpl.hpp | 66 const std::vector<T>& scores, in DetectionPostProcessEndToEnd() 112 const std::vector<T>& scores, in DetectionPostProcessRegularNmsEndToEnd() 142 const std::vector<T>& scores, in DetectionPostProcessFastNmsEndToEnd()
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | image_ops.cc | 149 ShapeHandle scores; in NMSShapeFn() local 172 ShapeHandle scores; in SoftNMSShapeFn() local 199 ShapeHandle scores; in CombinedNMSShapeFn() local 951 ShapeHandle scores; in __anonf6f833bb1902() local 979 ShapeHandle scores; in __anonf6f833bb1a02() local 1074 ShapeHandle scores; in __anonf6f833bb1d02() local 1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anonf6f833bb1e02() local
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | non_max_suppression_op.cc | 43 const Tensor& scores) { in CheckScoreSizes() 86 const Tensor& scores) { in CheckCombinedNMSScoreSizes() 195 void DoNonMaxSuppressionOp(OpKernelContext* context, const Tensor& scores, in DoNonMaxSuppressionOp() 632 const Tensor& scores = context->input(1); in Compute() local 671 const Tensor& scores = context->input(1); in Compute() local 715 const Tensor& scores = context->input(1); in Compute() local 773 const Tensor& scores = context->input(1); in Compute() local 842 const Tensor& scores = context->input(1); in Compute() local 919 const Tensor& scores = context->input(1); in Compute() local 970 const Tensor& scores = context->input(1); in Compute() local
|
| D | non_max_suppression_op.cu.cc | 316 const Tensor& scores, const int64_t max_output_size, in DoNMS() 478 Status CheckValidInputs(const Tensor& boxes, const Tensor& scores, in CheckValidInputs() 533 const Tensor& scores = context->input(1); in Compute() local 572 const Tensor& scores = context->input(1); in Compute() local 617 const Tensor& scores = context->input(1); in Compute() local
|
| /external/tensorflow/tensorflow/examples/label_image/ |
| D | main.cc | 207 Tensor* indices, Tensor* scores) { in GetTopLabels() 245 Tensor scores; in PrintTopLabels() local 263 Tensor scores; in CheckTopLabel() local
|
| /external/tensorflow/tensorflow/examples/speech_commands/ |
| D | label_wav.cc | 78 std::vector<std::pair<int, float>> scores; in GetTopLabels() local 165 Tensor scores; in main() local
|
| /external/libaom/third_party/fastfeat/ |
| D | fast.c | 40 int* scores; in aom_fast9_detect_nonmax() local
|
| D | nonmax.c | 38 xy* aom_nonmax_suppression(const xy* corners, const int* scores, int num_corners, int* ret_num_nonm… in aom_nonmax_suppression()
|
| /external/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_ext_pixelformat.c | 334 score_pixelformats(struct stw_pixelformat_score *scores, in score_pixelformats() 396 struct stw_pixelformat_score *scores; in wglChoosePixelFormatARB() local
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEGenerateProposalsLayer.cpp | 71 void NEGenerateProposalsLayer::configure(const ITensor *scores, const ITensor *deltas, const ITenso… in configure() 212 Status NEGenerateProposalsLayer::validate(const ITensorInfo *scores, const ITensorInfo *deltas, con… in validate()
|
| /external/ComputeLibrary/src/core/CPP/kernels/ |
| D | CPPNonMaximumSuppressionKernel.cpp | 38 Status validate_arguments(const ITensorInfo *bboxes, const ITensorInfo *scores, const ITensorInfo *… in validate_arguments() 85 …onMaximumSuppressionKernel::validate(const ITensorInfo *bboxes, const ITensorInfo *scores, const I… in validate()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | detection_postprocess.cc | 218 TfLiteTensor* scores = &context->tensors[op_data->scores_index]; in Prepare() local 426 const std::vector<float>& scores, int max_detections, in NonMaxSuppressionSingleClassHelper() 505 const float* scores; member 607 const float* scores) { in NonMaxSuppressionMultiClassRegularHelper() 746 const float* scores) { in NonMaxSuppressionMultiClassFastHelper() 833 TfLiteTensor* scores) { in DequantizeClassPredictions() 868 const TfLiteTensor* scores; in NonMaxSuppressionMultiClass() local
|
| /external/tensorflow/tensorflow/core/util/ctc/ |
| D | ctc_beam_search_test.cc | 173 Eigen::Map<Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>> scores( in ctc_beam_search_decoding_with_and_without_dictionary() local 231 Eigen::Map<Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>> scores( in ctc_beam_search_decoding_all_beam_elements_have_finite_scores() local 336 Eigen::Map<Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>> scores( in ctc_beam_search_label_selection() local
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | NonMaxSuppression.cpp | 105 inline std::vector<CandidateBox> get_candidates(const SimpleTensor<float> &scores, float threshold) in get_candidates() 139 …int> non_max_suppression(const SimpleTensor<float> &bboxes, const SimpleTensor<float> &scores, Sim… in non_max_suppression()
|