Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DUnsupported.cpp109 "shape": )" + GetTensorShapeAsString(inputInfo.GetShape()) + R"(, in DummyCustomFixture()
128 "shape": )" + GetTensorShapeAsString(outputInfo.GetShape()) + R"(, in DummyCustomFixture()
181 static std::string GetTensorShapeAsString(const TensorShape& tensorShape) in GetTensorShapeAsString() function in DummyCustomFixture