Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for if_oss (0.03 sec)

  1. tensorflow/BUILD

        values = dict(
            if_oss(
                {"crosstool_top": "//external:android/crosstool"},
            ),
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "android_armeabi",
        constraint_values =
            [
                "@platforms//cpu:armv6-m",
                "@platforms//os:android",
            ],
        values = dict(
            if_oss(
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. .bazelrc

    # will work properly. These are usually run Nightly or upon Release.
    # CPU WHEEL
    test:linux_cpu_wheel_test_filters --test_tag_filters=-no_oss,-tf_tosa,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310,-no_oss_py313
    test:linux_cpu_wheel_test_filters --build_tag_filters=-no_oss,-tf_tosa,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310,-no_oss_py313
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top