Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for copy_file (0.06 seconds)

  1. tensorflow/BUILD

    # load("@rules_license//rules:license.bzl", "license")
    # # buildifier: enable=out-of-order-load
    # copybara:uncomment_end
    
    # copybara:comment_begin(oss-only)
    load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
    load(
        "//tensorflow/python/tools/api/generator:api_gen.bzl",
        "get_compat_files",
        "get_nested_compat_files",
    )
    load(
        "//tensorflow/python/tools/api/generator:api_init_files.bzl",
    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)
  2. scripts/docs.py

        used_package_dirs: set[Path] = set()
        for py_file in docs_src_path.rglob("*.py"):
            if py_file.name == "__init__.py":
                continue
            rel_path = str(py_file)
            if rel_path in all_docs_content:
                # Walk up from the file's parent to find the package root
                # (a subdirectory under docs_src/<topic>/)
                parts = py_file.relative_to(docs_src_path).parts
    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)
Back to Top