Searched refs:TransposeFixture (Results 1 – 2 of 2) sorted by relevance
/external/armnn/src/armnnDeserializer/test/ |
D | DeserializeTranspose.cpp | 13 struct TransposeFixture : public ParserFlatbuffersSerializeFixture struct 15 explicit TransposeFixture(const std::string &inputShape, in TransposeFixture() argument 104 struct SimpleTranspose2DFixture : TransposeFixture 106 SimpleTranspose2DFixture() : TransposeFixture("[ 2, 3 ]", in SimpleTranspose2DFixture() 119 struct SimpleTranspose4DFixture : TransposeFixture 121 SimpleTranspose4DFixture() : TransposeFixture("[ 1, 2, 3, 4 ]", in SimpleTranspose4DFixture()
|
/external/armnn/src/armnnTfLiteParser/test/ |
D | Transpose.cpp | 10 struct TransposeFixture : public ParserFlatbuffersFixture struct 12 explicit TransposeFixture(const std::string & inputShape, in TransposeFixture() argument 112 struct TransposeFixtureWithPermuteData : TransposeFixture 114 TransposeFixtureWithPermuteData() : TransposeFixture("[ 2, 2, 3 ]", in TransposeFixtureWithPermuteData() 133 struct TransposeFixtureWithoutPermuteData : TransposeFixture 135 TransposeFixtureWithoutPermuteData() : TransposeFixture("[ 2, 2, 3 ]", in TransposeFixtureWithoutPermuteData()
|