Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PJRT (0.02 sec)

  1. tensorflow/BUILD

            "cpu": "k8",
            "copt": "-mno-sse4.2",
        },
        visibility = ["//visibility:public"],
    )
    
    # This condition takes precedence over :linux_x86_64
    # TODO(b/290533709): Remove this with PJRT build rule cleanup.
    config_setting(
        name = "linux_x86_64_with_weightwatcher",
        define_values = {"tensorflow_weightwatcher": "true"},
        values = {"cpu": "k8"},
        visibility = ["//visibility:public"],
    )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top