Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myproduct (0.29 sec)

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

        BuildReduceBody<ReductionOp>(reduce_element_type, &reduction.getBody(),
                                     &rewriter);
        Value result = reduction.getResult(0);
    
        // The mean op needs to divide by the product of the reduced dimensions.
        if (std::is_same<OpTy, TF::MeanOp>::value) {
          Value in_shape = rewriter.create<shape::ShapeOfOp>(loc, op.getInput());
    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