Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for deleted (0.14 sec)

  1. RELEASE.md

    *   `tf.experimental.ExtensionType`
    
        *   `tf.experimental.ExtensionType` now supports Python `tuple` as the type annotation of its fields.
    
    *   `tf.nest`
    
        *   Deprecated API `tf.nest.is_sequence` has now been deleted. Please use `tf.nest.is_nested` instead.
    
    ## Keras
    
    Keras is a framework built on top of the TensorFlow. See more details on the [Keras website](https://keras.io/).
    
    ### Breaking Changes
    
    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. .bazelrc

    # Exclude TFRT integration for anything but Linux.
    build:android --config=no_tfrt
    build:macos   --config=no_tfrt
    build:windows --config=no_tfrt
    build:rocm --config=no_tfrt
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top