Home
last modified time | relevance | path

Searched defs:testRelatedLayers (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/armnn/test/optimizations/
DMovePermuteUpTests.cpp89 std::list<std::string> testRelatedLayers = { permuteLayerName }; variable
DMoveTransposeUpTests.cpp90 std::list<std::string> testRelatedLayers = { transposeLayerName }; variable
DTransposeAsReshapeTests.cpp57 std::list<std::string> testRelatedLayers = { transposeLayerName }; variable
DPermuteAsReshapeTests.cpp57 std::list<std::string> testRelatedLayers = { permuteLayerName }; variable
DOptimizeConsecutiveReshapesTests.cpp61 std::list<std::string> testRelatedLayers = { reshape2Name, reshape1Name }; variable
DPermuteAndBatchToSpaceAsDepthToSpaceTests.cpp111 std::list<std::string> testRelatedLayers = { "batchToSpace", "permute" }; variable
141 std::list<std::string> testRelatedLayers = { "batchToSpace", "permute" }; variable
/external/armnn/src/armnnTestUtils/
DTestUtils.hpp34 bool CheckRelatedLayers(armnn::Graph& graph, const std::list<std::string>& testRelatedLayers) in CheckRelatedLayers()