Searched refs:groupedConvPrepare (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsUtils.h | 319 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias,
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 707 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias, in groupedConvPrepare() function
|
D | CpuExecutor.cpp | 1521 if (!groupedConvPrepare(input_tmp.shape(), filter.shape(), bias.shape(), padding_left, in executeOperation()
|