Home
last modified time | relevance | path

Searched refs:ConstructTensorShapeString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnOnnxParser/test/
H A DGemm.cpp62 )" + armnnUtils::ConstructTensorShapeString(inputAShape) + R"( in GemmFixture()
73 )" + armnnUtils::ConstructTensorShapeString(inputBShape) + R"( in GemmFixture()
84 )" + armnnUtils::ConstructTensorShapeString(inputCShape) + R"( in GemmFixture()
95 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in GemmFixture()
488 )" + armnnUtils::ConstructTensorShapeString(inputAShape) + R"( in GemmABFixture()
499 )" + armnnUtils::ConstructTensorShapeString(inputBShape) + R"( in GemmABFixture()
510 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in GemmABFixture()
H A DReshape.cpp233 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in ReshapeNegativeReshapeFixture()
244 )" + armnnUtils::ConstructTensorShapeString(shapeInputShape) + R"( in ReshapeNegativeReshapeFixture()
268 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in ReshapeNegativeReshapeFixture()
369 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in ReshapeNonConstShapeFixture()
380 )" + armnnUtils::ConstructTensorShapeString(shapeInputShape) + R"( in ReshapeNonConstShapeFixture()
398 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in ReshapeNonConstShapeFixture()
H A DConcat.cpp42 )" + armnnUtils::ConstructTensorShapeString(input0Shape) + R"( in ConcatFixture()
53 )" + armnnUtils::ConstructTensorShapeString(input1Shape) + R"( in ConcatFixture()
64 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in ConcatFixture()
H A DUnsqueeze.cpp36 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in UnsqueezeFixture()
47 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in UnsqueezeFixture()
H A DGather.cpp55 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in GatherMainFixture()
66 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in GatherMainFixture()
H A DOnnxParserTestUtils.hpp14 std::string ConstructTensorShapeString(const std::vector<int>& shape);
H A DOnnxParserTestUtils.cpp13 std::string ConstructTensorShapeString(const std::vector<int>& shape) in ConstructTensorShapeString() function
H A DShape.cpp36 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in ShapeMainFixture()