Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for no_gcp_support (0.11 sec)

  1. tensorflow/BUILD

            "@platforms//cpu:x86_64",
        ],
        visibility = ["//visibility:public"],
    )
    
    # Features that are default ON are handled differently below.
    #
    config_setting(
        name = "no_gcp_support",
        define_values = {"no_gcp_support": "true"},
        visibility = ["//visibility:public"],
    )
    
    # Experimental features
    config_setting(
        name = "stackdriver_support",
        define_values = {"stackdriver_support": "true"},
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Nov 12 19:21:56 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  2. .bazelrc

    common:sycl --define=using_sycl=true
    common:sycl --define=tensorflow_mkldnn_contraction_kernel=0
    common:sycl --repo_env TF_NEED_SYCL=1
    
    # Options to disable default on features
    common:nogcp --define=no_gcp_support=true
    common:nonccl --define=no_nccl_support=true
    
    # Modular TF build options
    common:dynamic_kernels --define=dynamic_loaded_kernels=true
    common:dynamic_kernels --copt=-DAUTOLOAD_DYNAMIC_KERNELS
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top