Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for local_config_tensorrt (0.15 seconds)

  1. ci/official/utilities/code_check_full.bats

        "@local_config_cuda//cuda:cuda_driver + "\
        "@local_config_cuda//cuda:cudnn + "\
        "@local_config_cuda//cuda:curand + "\
        "@local_config_cuda//cuda:cusolver + "\
        "@local_config_tensorrt//:tensorrt)" --keep_going > $BATS_TEST_TMPDIR/out
    
      cat <<EOF
    There was a path found connecting //tensorflow/tools/pip_package:wheel
    to a banned CUDA dependency. Here's the output from bazel query:
    EOF
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 28 22:41:17 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  2. MODULE.bazel

    use_repo(rocm_configure, "local_config_rocm")
    
    tensorrt_configure = use_extension("@xla//third_party/extensions:tensorrt_configure.bzl", "tensorrt_configure_ext")
    use_repo(tensorrt_configure, "local_config_tensorrt")
    
    nvidia_wheel_versions_repository = use_repo_rule(
        "@xla//third_party/py:python_wheel.bzl",
        "nvidia_wheel_versions_repository",
    )
    
    nvidia_wheel_versions_repository(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  3. tensorflow/c/BUILD

    # Description:
    # C API for TensorFlow, for use by client language bindings.
    
    load("@bazel_skylib//lib:selects.bzl", "selects")
    load("@local_config_tensorrt//:build_defs.bzl", "if_tensorrt")
    load("@xla//xla/tsl/platform:build_config_root.bzl", "if_pywrap")
    load("@xla//xla/tsl/platform:rules_cc.bzl", "cc_library")
    load(
        "//tensorflow:tensorflow.bzl",
        "check_deps",
        "if_google",
        "if_not_mobile",
        "tf_cc_test",
        "tf_copts",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 17 18:49:14 GMT 2026
    - 30.3K bytes
    - Click Count (0)
  4. tensorflow/BUILD

        "@local_config_cuda//:__subpackages__",
        "@local_config_git//:__subpackages__",
        "@local_config_nccl//:__subpackages__",
        "@local_config_rocm//:__subpackages__",
        "@local_config_tensorrt//:__subpackages__",
        "@mkl_dnn_acl_compatible//:__subpackages__",
        "@ml_dtypes_py//ml_dtypes:__subpackages__",
        "@nccl_archive//:__subpackages__",
        "@net_zstd//:__subpackages__",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
Back to Top