Searched defs:numDetections (Results 1 – 13 of 13) sorted by relevance
38 const TensorInfo& numDetections, in NeonDetectionPostProcessValidate()102 arm_compute::ITensor& numDetections = AclTensorRef(m_Data.m_Outputs[3]); in NeonDetectionPostProcessWorkload() local
27 const int numDetections = static_cast<int>(std::lround(networkResults[3][0])); in Decode() local
53 float* numDetections = reinterpret_cast<float*>(outputs[3]->Map()); in Execute() local
112 float* numDetections) in AllocateOutputData()154 float* numDetections) in DetectionPostProcess()
51 private float[] numDetections; field in OvicDetector
198 UnquantizedContainer numDetections = { 2.0f }; variable
105 std::vector<float> numDetections = { static_cast<float>(testCaseInput.second.size()) }; in GetTestCaseData() local
54 const size_t numDetections = armnn::numeric_cast<size_t>(output4[0]); in ProcessResult() local
134 std::vector<float> numDetections(1); in DetectionPostProcessTestImpl() local
715 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
520 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
1303 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
383 const TensorInfo& numDetections = layer.GetOutputSlot(3).GetTensorInfo(); in IsLayerConfigurationSupported() local