Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abs_frac_input (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        Value abs_frac_input =
            rewriter.create<SubOp>(loc, abs_input, abs_input_floor);
    
        // Convert values of abs_frac_input > 0.5 to (1 - frac_input) to improve
        // precision of pi * abs_frac_input for values of abs_frac_input close to 1.
        Value one_minus_abs_frac_input =
            rewriter.create<SubOp>(loc, one, abs_frac_input);
        Value abs_frac_input_gt_one_half =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top