Home
last modified time | relevance | path

Searched refs:DepthwiseConv2dNativeOp (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc269 class DepthwiseConv2dNativeOp : public BinaryOp<T> { class
271 explicit DepthwiseConv2dNativeOp(OpKernelConstruction* context) in DepthwiseConv2dNativeOp() function in tensorflow::DepthwiseConv2dNativeOp
489 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeOp);
495 DepthwiseConv2dNativeOp<CPUDevice, T>)
508 DepthwiseConv2dNativeOp<GPUDevice, T>)
517 : public DepthwiseConv2dNativeOp<GPUDevice, T> {
520 : DepthwiseConv2dNativeOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddilated_conv.cc33 ConvertTFDilatedConvOp<TF::DepthwiseConv2dNativeOp>>( in runOnFunction()
Dprepare_tf.cc439 TF::DepthwiseConv2dNativeOp> {
442 TF::DepthwiseConv2dNativeOp>;
1465 ConvertTFDilatedConvOp<TF::DepthwiseConv2dNativeOp>>(ctx); in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc178 rewriter.replaceOpWithNewOp<DepthwiseConv2dNativeOp>( in CreateConvOp()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc846 auto tf_dwconv2d_op = cast<TF::DepthwiseConv2dNativeOp>(op); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1288 ConvertConvOp<TF::DepthwiseConv2dNativeOp, /*num_spatial_dims=*/2,