Searched defs:detectionScores (Results 1 – 8 of 8) sorted by relevance
37 const TensorInfo& detectionScores, in NeonDetectionPostProcessValidate()95 arm_compute::ITensor& detectionScores = AclTensorRef(m_Data.m_Outputs[2]); in NeonDetectionPostProcessWorkload() local
40 float* detectionScores = GetOutputTensorData<float>(2, m_Data); in Execute() local
110 float* detectionScores, in AllocateOutputData()153 float* detectionScores, in DetectionPostProcess()
109 std::vector<float> detectionScores; in GetTestCaseData() local
199 UnquantizedContainer detectionScores = { 0.95f, 0.93f, 0.0f }; in BOOST_FIXTURE_TEST_CASE() local
132 std::vector<float> detectionScores(detectionScoresInfo.GetNumElements()); in DetectionPostProcessTestImpl() local
716 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
286 const TensorInfo& detectionScores = layer.GetOutputSlot(2).GetTensorInfo(); in IsLayerConfigurationSupported() local