Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DDepthToSpace.cpp75 struct SimpleDepthToSpaceFixture : public DepthToSpaceFixture struct
77 SimpleDepthToSpaceFixture() : DepthToSpaceFixture("[ 1, 2, 2, 4 ]", "[ 1, 4, 4, 1 ]") {} in SimpleDepthToSpaceFixture() function