Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isStatic (0.15 sec)

  1. RELEASE.md

        (with aliases in `tf.contrib.rnn` for backwards compatibility). The original
        `tf.nn.rnn` function is now `tf.nn.static_rnn`, and the bidirectional static
        and state saving static rnn functions are also now back in the `tf.nn`
        namespace.
    
        Notable exceptions are the `EmbeddingWrapper`, `InputProjectionWrapper` and
    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

    # TODO(rostam): Remove when `cc_shared_library` is enabled by default
    build --experimental_cc_shared_library
    
    # cc_shared_library ensures no library is linked statically more than once.
    build --experimental_link_static_libraries_once=false
    
    # Prevent regressions on those two incompatible changes
    # TODO: remove those flags when they are flipped in the default Bazel version TF uses.
    build --incompatible_enforce_config_setting_visibility
    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