Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc1052 class DepthwiseConv2dNativeBackpropFilterOp : public OpKernel { class
1054 explicit DepthwiseConv2dNativeBackpropFilterOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropFilterOp() function in tensorflow::DepthwiseConv2dNativeBackpropFilterOp
1236 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()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc126 TypeID::get<TF::DepthwiseConv2dNativeBackpropFilterOp>(), in IsOpAllowedTf2XlaFallback()