Searched refs:DepthwiseConv2dNativeOp (Results 1 – 1 of 1) sorted by relevance
264 class DepthwiseConv2dNativeOp : public BinaryOp<T> { class266 explicit DepthwiseConv2dNativeOp(OpKernelConstruction* context) in DepthwiseConv2dNativeOp() function in tensorflow::DepthwiseConv2dNativeOp450 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeOp);456 DepthwiseConv2dNativeOp<CPUDevice, T>)469 DepthwiseConv2dNativeOp<GPUDevice, T>)478 : public DepthwiseConv2dNativeOp<GPUDevice, T> {481 : DepthwiseConv2dNativeOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvOp()