Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for accidentally (0.21 sec)

  1. RELEASE.md

            enable changing the underlying storage there.
        *   The following Python symbols were accidentally added in earlier versions
            of TensorFlow and now are removed. Each symbol has a replacement that
            should be used instead, but note the replacement's argument names are
            different.
            *   `tf.quantize_and_dequantize_v4` (accidentally introduced in
                TensorFlow 2.4): Use `tf.quantization.quantize_and_dequantize_v2`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    **A note about the source attribute:**
    
    TensorArray gradient calls use an accumulator TensorArray object.  If
    multiple gradients are calculated and run in the same session, the multiple
    gradient nodes may accidentally flow through the same accumulator TensorArray.
    This double counts and generally breaks the TensorArray gradient flow.
    
    The solution is to identify which gradient call this particular
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top