Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc537 class DepthwiseConv2dNativeBackpropInputOp : public OpKernel { class
539 explicit DepthwiseConv2dNativeBackpropInputOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropInputOp() function in tensorflow::DepthwiseConv2dNativeBackpropInputOp
664 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeBackpropInputOp);
671 DepthwiseConv2dNativeBackpropInputOp<CPUDevice, T>);
687 DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T>)
697 : public DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T> {
700 : DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvBackpropInputOp()