Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Backward (0.04 sec)

  1. .bazelrc

    # Build with nvcc for CUDA and clang for host
    common:cuda_nvcc --config=cuda
    common:cuda_nvcc --action_env=TF_NVCC_CLANG="1"
    common:cuda_nvcc --@local_config_cuda//:cuda_compiler=nvcc
    # Old config for backward compatibility
    common:nvcc_clang --config=cuda_nvcc
    
    # Debug config
    common:dbg -c dbg
    # Only include debug info for files under tensorflow/, excluding kernels, to
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * ✏️ Fix typos for Spanish documentation. PR [#10957](https://github.com/tiangolo/fastapi/pull/10957) by [@jlopezlira](https://github.com/jlopezlira).
    * 📝 Add warning about lifespan functions and backwards compatibility with events. PR [#10734](https://github.com/tiangolo/fastapi/pull/10734) by [@jacob-indigo](https://github.com/jacob-indigo).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top