Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenericConvertReductionOp (0.17 sec)

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

    //   %divisor = arith.constant dense<...> : tensor<T>
    //   %mean = "mhlo.divide"(%sum, %divisor)
    class ConvertMeanOp
        : public GenericConvertReductionOp<ConvertMeanOp, TF::MeanOp, AddOp> {
     public:
      using GenericConvertReductionOp::GenericConvertReductionOp;
      static Value GetInitialValue(Type reduce_element_type, Location loc,
                                   PatternRewriter *rewriter) {
    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