Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unrepresentable (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    This op determines the maximum scale_factor that would map the initial
    [input_min, input_max] range to a range that lies within the representable
    quantized range.
    
    It determines the scale from one of input_min and input_max, then updates the
    other one to maximize the representable range.
    
    e.g.
    
    *   if the output is signed, num_bits = 8, [input_min, input_max] = [-10.0,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            `tf.GradientTape` inside a `tf.function`.
        *   Changed the default step size in `gradient_checker_v2.compute_gradients`
            to be exactly representable as a binary floating point numbers. This
            avoids poluting gradient approximations needlessly, which is some cases
            leads to false negatives in op gradient tests.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top