Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h146 bool depthwiseConvPrepare(const Shape& input,
/frameworks/ml/nn/common/
DOperationsUtils.cpp252 bool depthwiseConvPrepare(const Shape& input, in depthwiseConvPrepare() function
DCpuExecutor.cpp440 success = depthwiseConvPrepare(input.shape(), filter.shape(), bias.shape(), in executeOperation()
459 success = depthwiseConvPrepare(input.shape(), filter.shape(), bias.shape(), in executeOperation()