Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_NEED_TENSORRT (0.31 sec)

  1. configure.py

        return env
    
      cuda_libraries = ['cuda', 'cudnn']
      if is_linux():
        if int(environ_cp.get('TF_NEED_TENSORRT', False)):
          cuda_libraries.append('tensorrt')
        if environ_cp.get('TF_NCCL_VERSION', None):
          cuda_libraries.append('nccl')
      if is_windows():
        if int(environ_cp.get('TF_NEED_TENSORRT', False)):
          cuda_libraries.append('tensorrt')
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. .bazelrc

    build:tpu --define=with_tpu_support=true
    build:tpu --define=framework_shared_object=true
    build:tpu --copt=-DLIBTPU_ON_GCE
    build:tpu --define=enable_mlir_bridge=true
    
    build:tensorrt --repo_env TF_NEED_TENSORRT=1
    
    build:rocm --crosstool_top=@local_config_rocm//crosstool:toolchain
    build:rocm --define=using_rocm_hipcc=true
    build:rocm --define=tensorflow_mkldnn_contraction_kernel=0
    build:rocm --repo_env TF_NEED_ROCM=1
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
Back to top