Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DepthwiseConv2dNativeOp (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    };
    
    using ConvertConv2DOp = ConvertConvOp<TF::Conv2DOp, /*num_spatial_dims=*/2>;
    using ConvertConv3DOp = ConvertConvOp<TF::Conv3DOp, /*num_spatial_dims=*/3>;
    using ConvertDepthConv2DOp =
        ConvertConvOp<TF::DepthwiseConv2dNativeOp, /*num_spatial_dims=*/2,
                      /*depthwise_conv=*/true>;
    
    // Converts tf.PadV2Op to mhlo.DynamicPadOp. Padding values must be const.
    class ConvertPadOpDynamic : public OpRewritePattern<TF::PadV2Op> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top