Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for scaleIO (0.4 sec)

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

    MIN_COMBINED, a small bias is introduced where repeated iterations of quantizing
    and dequantizing will introduce a larger and larger error.
    
    *SCALED mode Example*
    
    `SCALED` mode matches the quantization approach used in
    `QuantizeAndDequantize{V2|V3}`.
    
    If the mode is `SCALED`, the quantization is performed by multiplying each
    input value by a scaling_factor.
    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

    `Policy` optionally took in a `tf.compat.v1.mixed_precision.LossScale` in the constructor, which defaulted to a dynamic loss scale for the `"mixed_float16"` policy and no loss scale for other policies. In `Model.compile`, if the model's policy had a loss scale, the optimizer would be wrapped with a `LossScaleOptimizer`. With the non-experimental `Policy`, there is no loss scale associated with the `Policy`, and `Model.compile` wraps the optimizer with a `LossScaleOptimizer` if and only if the policy...
    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