Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddepthwise_conv_grad_op.cc1057 class DepthwiseConv2dNativeBackpropFilterOp : public OpKernel { class
1059 explicit DepthwiseConv2dNativeBackpropFilterOp(OpKernelConstruction* context) in DepthwiseConv2dNativeBackpropFilterOp() function in tensorflow::DepthwiseConv2dNativeBackpropFilterOp
1248 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeBackpropFilterOp);
1256 DepthwiseConv2dNativeBackpropFilterOp<CPUDevice, T>);
1271 DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>)
1281 : public DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T> {
1284 : DepthwiseConv2dNativeBackpropFilterOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvBackpropFilterOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf_with_tf2xla.cc129 TypeID::get<TF::DepthwiseConv2dNativeBackpropFilterOp>(), in IsOpAllowedTf2XlaFallback()