Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc549 class DepthwiseConv2dNativeBackpropInputOp : public OpKernel { class
551 explicit DepthwiseConv2dNativeBackpropInputOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropInputOp() function in tensorflow::DepthwiseConv2dNativeBackpropInputOp
705 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeBackpropInputOp);
712 DepthwiseConv2dNativeBackpropInputOp<CPUDevice, T>);
728 DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T>)
738 : public DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T> {
741 : DepthwiseConv2dNativeBackpropInputOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvBackpropInputOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc127 TypeID::get<TF::DepthwiseConv2dNativeBackpropInputOp>(), in IsOpAllowedTf2XlaFallback()