Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h326 struct DepthwiseConvolution3DAttributes : public Convolution3DAttributes {}; struct
336 const DepthwiseConvolution3DAttributes& attr);
346 const DepthwiseConvolution3DAttributes& attr);
Doperations.cc541 const DepthwiseConvolution3DAttributes& attr) { in CalculateOutputShape()
756 const DepthwiseConvolution3DAttributes& attr) { in CalculateSamePadding()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.h193 const DepthwiseConvolution3DAttributes& attr);
Ddepthwise_conv.cc302 const DepthwiseConvolution3DAttributes& attr) { in CreateDepthwiseConvolution3D()