Home
last modified time | relevance | path

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

/external/armnn/src/armnnOnnxParser/test/
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()
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()
DConcat.cpp42 )" + armnnUtils::ConstructTensorShapeString(input0Shape) + R"( in ConcatFixture()
53 )" + armnnUtils::ConstructTensorShapeString(input1Shape) + R"( in ConcatFixture()
64 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in ConcatFixture()
DUnsqueeze.cpp36 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in UnsqueezeFixture()
47 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in UnsqueezeFixture()
DGather.cpp55 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in GatherMainFixture()
66 )" + armnnUtils::ConstructTensorShapeString(outputShape) + R"( in GatherMainFixture()
DOnnxParserTestUtils.hpp14 std::string ConstructTensorShapeString(const std::vector<int>& shape);
DOnnxParserTestUtils.cpp13 std::string ConstructTensorShapeString(const std::vector<int>& shape) in ConstructTensorShapeString() function
DShape.cpp36 )" + armnnUtils::ConstructTensorShapeString(inputShape) + R"( in ShapeMainFixture()