/external/armnn/src/backends/neon/workloads/ |
D | NeonDetectionPostProcessWorkload.cpp | 38 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()
|
D | NeonDetectionPostProcessWorkload.hpp | 22 const TensorInfo& numDetections,
|
/external/armnn/tests/ |
D | MobileNetSsdInferenceTest.hpp | 54 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()
|
D | MobileNetSsdDatabase.hpp | 105 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/ |
D | RefDetectionPostProcessTests.cpp | 134 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/ |
D | OvicDetector.java | 51 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/ |
D | DetectionPostProcess.cpp | 112 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()
|
D | RefDetectionPostProcessWorkload.cpp | 53 float* numDetections = reinterpret_cast<float*>(outputs[3]->Map()); in Execute() local 59 detectionClasses, detectionScores, numDetections); in Execute()
|
D | DetectionPostProcess.hpp | 31 float* numDetections);
|
/external/armnn/samples/ObjectDetection/src/ |
D | SSDResultDecoder.cpp | 27 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/ |
D | DetectionPostProcess.cpp | 198 UnquantizedContainer numDetections = { 2.0f }; variable 217 { "num_detections", numDetections}
|
/external/armnn/src/armnn/ |
D | ILayerSupport.cpp | 715 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument 725 numDetections, in IsDetectionPostProcessSupported()
|
D | BackendHelper.cpp | 520 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument 524 …s{boxEncodings, scores, anchors, detectionBoxes, detectionClasses, detectionScores, numDetections}; in IsDetectionPostProcessSupported()
|
/external/armnn/src/backends/reference/ |
D | RefLayerSupport.hpp | 129 const TensorInfo& numDetections,
|
D | RefLayerSupport.cpp | 1303 const TensorInfo& numDetections, in IsDetectionPostProcessSupported() argument 1307 …IgnoreUnused(anchors, detectionBoxes, detectionClasses, detectionScores, numDetections, descriptor… in IsDetectionPostProcessSupported()
|
/external/armnn/include/armnn/ |
D | BackendHelper.hpp | 148 const TensorInfo& numDetections,
|
/external/armnn/include/armnn/backends/ |
D | ILayerSupport.hpp | 177 const TensorInfo& numDetections,
|
/external/armnn/src/backends/backendsCommon/ |
D | LayerSupportBase.hpp | 143 const TensorInfo& numDetections,
|
D | WorkloadFactory.cpp | 383 const TensorInfo& numDetections = layer.GetOutputSlot(3).GetTensorInfo(); in IsLayerConfigurationSupported() local 392 numDetections, in IsLayerConfigurationSupported()
|