Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h335 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias,
/frameworks/ml/nn/common/
DOperationsUtils.cpp709 bool groupedConvPrepare(const Shape& input, const Shape& filter, const Shape& bias, in groupedConvPrepare() function
DCpuExecutor.cpp1577 if (!groupedConvPrepare(input_tmp.shape(), filter.shape(), bias.shape(), padding_left, in executeOperation()