Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReductionOp (0.08 sec)

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

            hlo::getBroadcastDimensionsAttr(&rewriter, scaled, op.getStart()));
        return success();
      }
    };
    
    /// Converts a generic OpTy tensorflow op to a mhlo.reduce op over
    /// ReductionOp.
    /// `is_accumulation` controls whether it uses higher precision for the actual
    /// reduction. This is set to false for ops like max where there is no precision
    /// concerns.
    //
    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