Searched refs:depthwiseConvFloat32 (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 44 depthwiseConvFloat32(inputDataFloat32.data(), inputShape, filterDataFloat32.data(), filterShape, in depthwiseConvFloat16() 65 bool depthwiseConvFloat32(const float* inputData, const Shape& inputShape, const float* filterData, in depthwiseConvFloat32() function
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 56 bool depthwiseConvFloat32(const float* inputData, const Shape& inputShape, const float* filterData,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 833 success = depthwiseConvFloat32( in executeOperation()
|