Searched defs:testRelatedLayers (Results 1 – 7 of 7) sorted by relevance
88 std::list<std::string> testRelatedLayers = { transposeLayerName }; in BOOST_AUTO_TEST_CASE() local
87 std::list<std::string> testRelatedLayers = { permuteLayerName }; in BOOST_AUTO_TEST_CASE() local
56 std::list<std::string> testRelatedLayers = { transposeLayerName }; in BOOST_AUTO_TEST_CASE() local
56 std::list<std::string> testRelatedLayers = { permuteLayerName }; in BOOST_AUTO_TEST_CASE() local
111 std::list<std::string> testRelatedLayers = { "batchToSpace", "permute" }; in BOOST_AUTO_TEST_CASE() local141 std::list<std::string> testRelatedLayers = { "batchToSpace", "permute" }; in BOOST_AUTO_TEST_CASE() local
60 std::list<std::string> testRelatedLayers = { reshape2Name, reshape1Name }; in BOOST_AUTO_TEST_CASE() local
34 bool CheckRelatedLayers(armnn::Graph& graph, const std::list<std::string>& testRelatedLayers) in CheckRelatedLayers()