Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnOnnxParser/test/
H A DConcat.cpp94 struct ConcatNegativeAxisFixture : ConcatFixture struct
96 ConcatNegativeAxisFixture() : ConcatFixture("-1", { 1, 2, 5 }, { 1, 2, 3 }, { 1, 2, 8 }) {} in ConcatNegativeAxisFixture() argument