Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h319 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias,
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp707 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias, in groupedConvPrepare() function
DCpuExecutor.cpp1521 if (!groupedConvPrepare(input_tmp.shape(), filter.shape(), bias.shape(), padding_left, in executeOperation()