Searched refs:DepthwiseConvolution2dFixture2 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/ |
H A D | DepthwiseConvolution2D.cpp | 221 struct DepthwiseConvolution2dFixture2 : public ParserFlatbuffersFixture struct 223 explicit DepthwiseConvolution2dFixture2(const std::string& inputShape, in DepthwiseConvolution2dFixture2() argument 346 struct DepthwiseConvolution2dNoQuantFixture : DepthwiseConvolution2dFixture2 349 : DepthwiseConvolution2dFixture2("[ 1, 3, 3, 3 ]", // inputShape in DepthwiseConvolution2dNoQuantFixture() 374 struct DepthwiseConvolution2dNoChannelQuantFixture : DepthwiseConvolution2dFixture2 377 : DepthwiseConvolution2dFixture2("[ 1, 3, 3, 3 ]", // inputShape in DepthwiseConvolution2dNoChannelQuantFixture() 406 struct DepthwiseConvolution2dWeightsPerChannelQuantFixture : DepthwiseConvolution2dFixture2 409 : DepthwiseConvolution2dFixture2("[ 1, 3, 3, 3 ]", // inputShape in DepthwiseConvolution2dWeightsPerChannelQuantFixture() 442 struct DepthwiseConvolution2dWeightsPerChannelQuant1Fixture : DepthwiseConvolution2dFixture2 445 : DepthwiseConvolution2dFixture2("[ 1, 3, 3, 3 ]", // inputShape in DepthwiseConvolution2dWeightsPerChannelQuant1Fixture() [all …]
|