Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cdef (0.2 sec)

  1. tensorflow/BUILD

    # the dynamic libraries of custom ops can find it at runtime.
    genrule(
        name = "tensorflow_filtered_def_file",
        srcs = [":tensorflow_def_file"],
        outs = ["tensorflow_filtered_def_file.def"],
        cmd = select({
            "//tensorflow:windows": """
                  $(location @local_config_def_file_filter//:def_file_filter) \\
                  --input $(location :tensorflow_def_file) \\
    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

        *   Remove `tf.contrib.linalg`. `tf.linalg` should be used instead.
        *   Replace any calls to `tf.contrib.get_signature_def_by_key(metagraph_def,
            signature_def_key)` with
            `meta_graph_def.signature_def[signature_def_key]`. Catching a ValueError
            exception thrown by `tf.contrib.get_signature_def_by_key` should be
            replaced by catching a KeyError exception.
    *   `tf.contrib.data`
    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)
Back to top