Home
last modified time | relevance | path

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

/external/armnn/src/armnnTfLiteParser/test/
DReshape.cpp11 struct ReshapeFixture : public ParserFlatbuffersFixture struct
13 explicit ReshapeFixture(const std::string& inputShape, in ReshapeFixture() function
77 struct ReshapeFixtureWithReshapeDims : ReshapeFixture
79 ReshapeFixtureWithReshapeDims() : ReshapeFixture("[ 1, 9 ]", "[ 3, 3 ]", "[ 3, 3 ]") {} in ReshapeFixtureWithReshapeDims()
92 struct ReshapeFixtureWithReshapeDimsFlatten : ReshapeFixture
94 ReshapeFixtureWithReshapeDimsFlatten() : ReshapeFixture("[ 3, 3 ]", "[ 9 ]", "[ -1 ]") {} in ReshapeFixtureWithReshapeDimsFlatten()
107 struct ReshapeFixtureWithReshapeDimsFlattenTwoDims : ReshapeFixture
109 …ReshapeFixtureWithReshapeDimsFlattenTwoDims() : ReshapeFixture("[ 3, 2, 3 ]", "[ 2, 9 ]", "[ 2, -1… in ReshapeFixtureWithReshapeDimsFlattenTwoDims()
122 struct ReshapeFixtureWithReshapeDimsFlattenOneDim : ReshapeFixture
124 …ReshapeFixtureWithReshapeDimsFlattenOneDim() : ReshapeFixture("[ 2, 9 ]", "[ 2, 3, 3 ]", "[ 2, -1,… in ReshapeFixtureWithReshapeDimsFlattenOneDim()
[all …]
/external/armnn/src/armnnDeserializer/test/
DDeserializeReshape.cpp13 struct ReshapeFixture : public ParserFlatbuffersSerializeFixture struct
15 explicit ReshapeFixture(const std::string &inputShape, in ReshapeFixture() function
97 struct SimpleReshapeFixture : ReshapeFixture
99 SimpleReshapeFixture() : ReshapeFixture("[ 1, 9 ]", "[ 3, 3 ]", "[ 3, 3 ]", in SimpleReshapeFixture()
103 struct SimpleReshapeFixture2 : ReshapeFixture
105 SimpleReshapeFixture2() : ReshapeFixture("[ 2, 2, 1, 1 ]", in SimpleReshapeFixture2()