Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/BUILD

        ]),
        soversion = VERSION,
        static_deps = PACKAGE_STATIC_DEPS,
        visibility = ["//visibility:public"],
        win_def_file = ":tensorflow_filtered_def_file",
    )
    
    # To avoid duplication, check that the C++ or python library does not depend on
    # the stream executor cuda plugins. Targets that want to use cuda APIs should
    # instead depend on the dummy plugins in @local_tsl//tsl/platform/default/build_config
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  2. RELEASE.md

    like:
    
    *   Easy model building with Keras and eager execution.
    *   Robust model deployment in production on any platform.
    *   Powerful experimentation for research.
    *   API simplification by reducing duplication and removing deprecated
        endpoints.
    
    For details on best practices with 2.0, see
    [the Effective 2.0 guide](https://www.tensorflow.org/beta/guide/effective_tf2)
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top