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