Searched defs:detectionScores (Results 1 – 10 of 10) sorted by relevance
37 const TensorInfo& detectionScores, in NeonDetectionPostProcessValidate()101 arm_compute::ITensor& detectionScores = AclTensorRef(m_Data.m_Outputs[2]); in NeonDetectionPostProcessWorkload() local
110 float* detectionScores, in AllocateOutputData()153 float* detectionScores, in DetectionPostProcess()
52 float* detectionScores = reinterpret_cast<float*>(outputs[2]->Map()); in Execute() local
196 UnquantizedContainer detectionScores = { 0.95f, 0.93f, 0.0f }; variable
109 std::vector<float> detectionScores; in GetTestCaseData() local
132 std::vector<float> detectionScores(detectionScoresInfo.GetNumElements()); in DetectionPostProcessTestImpl() local
714 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
519 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
1302 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
382 const TensorInfo& detectionScores = layer.GetOutputSlot(2).GetTensorInfo(); in IsLayerConfigurationSupported() local