Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp373 bool depthwiseConv(const T_Input* inputData, const Shape& inputShape, const T_Filter* filterData, in depthwiseConv() function
585 return depthwiseConv(context->getInputBuffer<float>(kInputTensor), in execute()
598 return depthwiseConv(context->getInputBuffer<_Float16>(kInputTensor), in execute()
629 return depthwiseConv(context->getInputBuffer<uint8_t>(kInputTensor), in execute()
664 return depthwiseConv(context->getInputBuffer<int8_t>(kInputTensor), in execute()