Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc1011 class DepthwiseConv2dNativeBackpropFilterOp : public OpKernel { class
1013 explicit DepthwiseConv2dNativeBackpropFilterOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropFilterOp() function in tensorflow::DepthwiseConv2dNativeBackpropFilterOp
1147 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeBackpropFilterOp);
1155 DepthwiseConv2dNativeBackpropFilterOp<CPUDevice, T>);
1169 DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>)
1179 : public DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T> {
1182 : DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvBackpropFilterOp()