Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DDepthwiseConvolution2D.cpp11 struct DepthwiseConvolution2dFixture : public ParserFlatbuffersFixture struct
13 explicit DepthwiseConvolution2dFixture(const std::string& inputShape, in DepthwiseConvolution2dFixture() argument
118 struct DepthwiseConvolution2dSameFixture : DepthwiseConvolution2dFixture
121 : DepthwiseConvolution2dFixture("[ 1, 3, 3, 1 ]", // inputShape in DepthwiseConvolution2dSameFixture()
145 struct DepthwiseConvolution2dValidFixture : DepthwiseConvolution2dFixture
148 : DepthwiseConvolution2dFixture("[ 1, 3, 3, 1 ]", // inputShape in DepthwiseConvolution2dValidFixture()
168 struct DepthwiseConvolution2dSameBiasFixture : DepthwiseConvolution2dFixture
171 : DepthwiseConvolution2dFixture("[ 1, 3, 3, 1 ]", // inputShape in DepthwiseConvolution2dSameBiasFixture()
195 struct DynamicDepthwiseConvolution2dSameBiasFixture : DepthwiseConvolution2dFixture
198 : DepthwiseConvolution2dFixture("[ 1, 3, 3, 1 ]", // inputShape in DynamicDepthwiseConvolution2dSameBiasFixture()