Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperations.h49 bool depthwiseConvFloat16(const _Float16* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp28 bool depthwiseConvFloat16(const _Float16* inputData, const Shape& inputShape, in depthwiseConvFloat16() function
/frameworks/ml/nn/common/
DCpuExecutor.cpp841 success = depthwiseConvFloat16( in executeOperation()