Home
last modified time | relevance | path

Searched defs:SimpleLogFixture (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnDeserializer/test/
H A DDeserializeElementwiseUnary.cpp121 struct SimpleLogFixture : ElementwiseUnaryFixture in TEST_SUITE() struct
123 SimpleLogFixture() : ElementwiseUnaryFixture("[ 1, 2, 2, 2 ]", // inputShape in TEST_SUITE() function
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DElementWiseUnary.cpp107 struct SimpleLogFixture : public ElementWiseUnaryFixture struct
109SimpleLogFixture() : ElementWiseUnaryFixture("LOG", "FLOAT32", "[ 1, 2, 3, 1 ]", "[ 1, 2, 3, 1 ]")… in SimpleLogFixture() function