Searched refs:depthwiseConv2DImplicitConstructor (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Convolutions.cpp | 320 static void depthwiseConv2DImplicitConstructor(TestOperandType, uint32_t rank, TestHalVersion ver, in depthwiseConv2DImplicitConstructor() function 411 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ 462 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ 509 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \
|