Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h187 bool convPrepare(const Shape& input,
/frameworks/ml/nn/common/
DCpuExecutor.cpp595 success = convPrepare(input.shape(), filter.shape(), bias.shape(), in executeOperation()
609 success = convPrepare(input.shape(), filter.shape(), bias.shape(), in executeOperation()
DOperationsUtils.cpp237 bool convPrepare(const Shape& input, in convPrepare() function