Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for _py310 (0.14 seconds)

  1. scripts/docs.py

        For each include line referencing a _py39 file or directory in docs_src, replace
        the _py39 label with _py310.
        """
        include_pattern = re.compile(r"\{[^}]*docs_src/[^}]*_py39[^}]*\.py[^}]*\}")
        count = 0
        for md_file in sorted(en_docs_path.rglob("*.md")):
            content = md_file.read_text(encoding="utf-8")
            if "_py39" not in content:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:46:10 GMT 2026
    - 25.4K bytes
    - Click Count (0)
  2. ci/official/envs/py314

    A. Unique TensorFlower <******@****.***> 1772191526 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Feb 27 11:40:07 GMT 2026
    - 714 bytes
    - Click Count (0)
  3. .github/workflows/ci-build.yml

      #    runner: 'linux-x86-n2-16'
      #    tfci: 'py313,linux_x86,rbe'
    
      #build-and-test-linux-x86-cuda:
      #  uses: ./.github/workflows/build-reusable.yml
      #  with:
      #    runner: 'linux-x86-n4-32'
      #    tfci: 'py313,linux_x86_cuda'
    
      #build-and-test-arm64:
      #  uses: ./.github/workflows/build-reusable.yml
      #  with:
      #    runner: 'linux-arm64-c4a-16'
      #    tfci: 'py313,linux_arm64,rbe'
    
      build-and-test-windows-x86:
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 1.6K bytes
    - Click Count (0)
Back to Top