Home
last modified time | relevance | path

Searched refs:numDetections (Results 1 – 19 of 19) sorted by relevance

/external/armnn/src/backends/neon/workloads/
DNeonDetectionPostProcessWorkload.cpp38 const TensorInfo& numDetections, in NeonDetectionPostProcessValidate() argument
62 armcomputetensorutils::BuildArmComputeTensorInfo(numDetections); in NeonDetectionPostProcessValidate()
102 arm_compute::ITensor& numDetections = AclTensorRef(m_Data.m_Outputs[3]); in NeonDetectionPostProcessWorkload() local
105 &detectionBoxes, &detectionClasses, &detectionScores, &numDetections, in NeonDetectionPostProcessWorkload()
DNeonDetectionPostProcessWorkload.hpp22 const TensorInfo& numDetections,
/external/armnn/tests/
DMobileNetSsdInferenceTest.hpp54 const size_t numDetections = armnn::numeric_cast<size_t>(output4[0]); in ProcessResult() local
58 if (numDetections != expectedNumDetections) in ProcessResult()
61 expectedNumDetections << ")" << " but got (" << numDetections << ")"; in ProcessResult()
68 for (unsigned int i = 0u; i < numDetections; i++) in ProcessResult()
89 for (unsigned int i = 0; i < numDetections; i++) in ProcessResult()
DMobileNetSsdDatabase.hpp105 std::vector<float> numDetections = { static_cast<float>(testCaseInput.second.size()) }; in GetTestCaseData() local
129 expectedOutputs.push_back(numDetections); in GetTestCaseData()
/external/armnn/src/backends/reference/test/
DRefDetectionPostProcessTests.cpp134 std::vector<float> numDetections(1); in DetectionPostProcessTestImpl() local
150 numDetections.data()); in DetectionPostProcessTestImpl()
163 CHECK(std::equal(numDetections.begin(), numDetections.end(), in DetectionPostProcessTestImpl()
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicDetector.java51 private float[] numDetections; field in OvicDetector
94 numDetections = new float[1]; in OvicDetector()
99 outputMap.put(3, numDetections); in OvicDetector()
/external/armnn/src/backends/reference/workloads/
DDetectionPostProcess.cpp112 float* numDetections) in AllocateOutputData() argument
137 numDetections[0] = armnn::numeric_cast<float>(numSelected); in AllocateOutputData()
154 float* numDetections) in DetectionPostProcess() argument
278 detectionBoxes, detectionScores, detectionClasses, numDetections); in DetectionPostProcess()
318 detectionBoxes, detectionScores, detectionClasses, numDetections); in DetectionPostProcess()
DRefDetectionPostProcessWorkload.cpp53 float* numDetections = reinterpret_cast<float*>(outputs[3]->Map()); in Execute() local
59 detectionClasses, detectionScores, numDetections); in Execute()
DDetectionPostProcess.hpp31 float* numDetections);
/external/armnn/samples/ObjectDetection/src/
DSSDResultDecoder.cpp27 const int numDetections = static_cast<int>(std::lround(networkResults[3][0])); in Decode() local
33 for (int i=0; i<numDetections; ++i) in Decode()
/external/armnn/src/armnnTfLiteParser/test/
DDetectionPostProcess.cpp198 UnquantizedContainer numDetections = { 2.0f }; variable
217 { "num_detections", numDetections}
/external/armnn/src/armnn/
DILayerSupport.cpp715 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument
725 numDetections, in IsDetectionPostProcessSupported()
DBackendHelper.cpp520 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument
524 …s{boxEncodings, scores, anchors, detectionBoxes, detectionClasses, detectionScores, numDetections}; in IsDetectionPostProcessSupported()
/external/armnn/src/backends/reference/
DRefLayerSupport.hpp129 const TensorInfo& numDetections,
DRefLayerSupport.cpp1303 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument
1307 …IgnoreUnused(anchors, detectionBoxes, detectionClasses, detectionScores, numDetections, descriptor… in IsDetectionPostProcessSupported()
/external/armnn/include/armnn/
DBackendHelper.hpp148 const TensorInfo& numDetections,
/external/armnn/include/armnn/backends/
DILayerSupport.hpp177 const TensorInfo& numDetections,
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.hpp143 const TensorInfo& numDetections,
DWorkloadFactory.cpp383 const TensorInfo& numDetections = layer.GetOutputSlot(3).GetTensorInfo(); in IsLayerConfigurationSupported() local
392 numDetections, in IsLayerConfigurationSupported()