Searched refs:DepthwiseConv2dNativeBackpropFilterOp (Results 1 – 2 of 2) sorted by relevance
1052 class DepthwiseConv2dNativeBackpropFilterOp : public OpKernel { class1054 explicit DepthwiseConv2dNativeBackpropFilterOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropFilterOp() function in tensorflow::DepthwiseConv2dNativeBackpropFilterOp1236 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeBackpropFilterOp);1244 DepthwiseConv2dNativeBackpropFilterOp<CPUDevice, T>);1258 DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>)1268 : public DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T> {1271 : DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvBackpropFilterOp()
126 TypeID::get<TF::DepthwiseConv2dNativeBackpropFilterOp>(), in IsOpAllowedTf2XlaFallback()