Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. RELEASE.md

    # Release 2.6.0
    
    ## Breaking Changes
    
    *   `tf.train.experimental.enable_mixed_precision_graph_rewrite` is removed, as
        the API only works in graph mode and is not customizable. The function is
        still accessible under
        `tf.compat.v1.mixed_precision.enable_mixed_precision_graph_rewrite`, but it
        is recommended to use the
        [Keras mixed precision API](https://www.tensorflow.org/guide/mixed_precision)
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. CHANGELOG/CHANGELOG-1.19.md

        
        From: [@mikedanese](https://github.com/mikedanese):
        Instead of aliasing. Aliases are annoying in a number of ways. This is
        specifically bugging me now because they make the action graph harder to
        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top