Searched defs:numDetections (Results 1 – 11 of 11) sorted by relevance
38 const TensorInfo& numDetections, in NeonDetectionPostProcessValidate()96 arm_compute::ITensor& numDetections = AclTensorRef(m_Data.m_Outputs[3]); in NeonDetectionPostProcessWorkload() local
41 float* numDetections = GetOutputTensorData<float>(3, m_Data); in Execute() local
112 float* numDetections) in AllocateOutputData()154 float* numDetections) in DetectionPostProcess()
27 const int numDetections = static_cast<int>(std::lround(networkResults[3][0])); in Decode() local
51 private float[] numDetections; field in OvicDetector
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
201 UnquantizedContainer numDetections = { 2.0f }; in BOOST_FIXTURE_TEST_CASE() local
134 std::vector<float> numDetections(1); in DetectionPostProcessTestImpl() local
717 const TensorInfo& numDetections, in IsDetectionPostProcessSupported()
287 const TensorInfo& numDetections = layer.GetOutputSlot(3).GetTensorInfo(); in IsLayerConfigurationSupported() local