Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Ddepthwise_conv.cc37 class DepthwiseConvolution : public NodeShader { class
159 return absl::make_unique<DepthwiseConvolution>(); in NewDepthwiseConvolutionNodeShader()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc148 class DepthwiseConvolution class
1857 ops.push_back(MakeUnique<DepthwiseConvolution>( in BuildOperatorList()