Searched defs:SimpleDepthToSpaceFixture (Results 1 – 1 of 1) sorted by relevance
75 struct SimpleDepthToSpaceFixture : public DepthToSpaceFixture struct77 SimpleDepthToSpaceFixture() : DepthToSpaceFixture("[ 1, 2, 2, 4 ]", "[ 1, 4, 4, 1 ]") {} in SimpleDepthToSpaceFixture() function