Home
last modified time | relevance | path

Searched defs:numDetections (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDetectionPostProcessWorkload.cpp38 const TensorInfo& numDetections, in NeonDetectionPostProcessValidate()
102 arm_compute::ITensor& numDetections = AclTensorRef(m_Data.m_Outputs[3]); in NeonDetectionPostProcessWorkload() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DDetectionPostProcess.cpp112 float* numDetections) in AllocateOutputData()
154 float* numDetections) in DetectionPostProcess()
H A DRefDetectionPostProcessWorkload.cpp53 float* numDetections = reinterpret_cast<float*>(outputs[3]->Map()); in Execute() local
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DSSDResultDecoder.cpp27 const int numDetections = static_cast<int>(std::lround(networkResults[3][0])); in Decode() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
H A DOvicDetector.java51 private float[] numDetections; field in OvicDetector
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DDetectionPostProcess.cpp198 UnquantizedContainer numDetections = { 2.0f }; variable
/aosp_15_r20/external/armnn/tests/
H A DMobileNetSsdDatabase.hpp105 std::vector<float> numDetections = { static_cast<float>(testCaseInput.second.size()) }; in GetTestCaseData() local
H A DMobileNetSsdInferenceTest.hpp54 const size_t numDetections = armnn::numeric_cast<size_t>(output4[0]); in ProcessResult() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp134 std::vector<float> numDetections(1); in DetectionPostProcessTestImpl() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp314 uint32_t *selectStart = select, *selectEnd = select + selectLength, numDetections = 0; in hardNmsSingleClass() local
377 uint32_t *selectStart = select, *selectEnd = select + selectLength, numDetections = 0; in softNmsSingleClass() local
/aosp_15_r20/external/armnn/src/armnn/
H A DILayerSupport.cpp715 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
H A DBackendHelper.cpp520 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp1303 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp383 const TensorInfo& numDetections = layer.GetOutputSlot(3).GetTensorInfo(); in IsLayerConfigurationSupported() local
/aosp_15_r20/cts/apps/CtsVerifier/libs/
HDopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...