Home
last modified time | relevance | path

Searched refs:detectionBoxesLayer (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnnTfLiteParser/test/
DDetectionPostProcess.cpp270 armnn::Layer* detectionBoxesLayer = GetFirstLayerWithName(graph, "detection_boxes"); in BOOST_FIXTURE_TEST_CASE() local
271 BOOST_TEST((detectionBoxesLayer->GetType() == armnn::LayerType::Output)); in BOOST_FIXTURE_TEST_CASE()
272 BOOST_TEST(CheckNumberOfInputSlot(detectionBoxesLayer, 1)); in BOOST_FIXTURE_TEST_CASE()
273 BOOST_TEST(CheckNumberOfOutputSlot(detectionBoxesLayer, 0)); in BOOST_FIXTURE_TEST_CASE()
302 …BOOST_TEST(IsConnected(detectionPostProcessLayer, detectionBoxesLayer, 0, 0, detectionBoxesTensor)… in BOOST_FIXTURE_TEST_CASE()
/external/armnn/src/backends/backendsCommon/test/
DDetectionPostProcessEndToEndTestImpl.hpp47 armnn::IConnectableLayer* detectionBoxesLayer = net->AddOutputLayer(0, "detectionBoxes"); in CreateDetectionPostProcessNetwork() local
53 Connect(detectionLayer, detectionBoxesLayer, detectionBoxesInfo, 0, 0); in CreateDetectionPostProcessNetwork()