Searched refs:DepthwiseConv2dNativeBackpropFilterOp (Results 1 – 1 of 1) sorted by relevance
1011 class DepthwiseConv2dNativeBackpropFilterOp : public OpKernel { class1013 explicit DepthwiseConv2dNativeBackpropFilterOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropFilterOp() function in tensorflow::DepthwiseConv2dNativeBackpropFilterOp1147 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()