- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for py39 (0.15 seconds)
-
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) -
README.md
**Raspberry Pi 2 and 3** | [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.html) | [Py3](https://storage.googleapis...
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 10:38:57 GMT 2026 - 11.6K bytes - Click Count (0) -
tensorflow/BUILD
root_file_name = "v2.py", root_init_template = "api_template.__init__.py", visibility = ["//visibility:public"], ) py_strict_library( name = "tensorflow_py", srcs_version = "PY3", visibility = ["//visibility:public"], deps = [ ":tensorflow_py_no_contrib", "//tensorflow/lite/python:analyzer", "//tensorflow/lite/python:lite",
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) -
RELEASE.md
[TensorFlow's Docker images](https://hub.docker.com/r/tensorflow/tensorflow/) provide Python 3 exclusively. Because all images now use Python 3, Docker tags containing `-py3` will no longer be provided and existing `-py3` tags like `latest-py3` will not be updated. ## Major Features and Improvements * Replaced the scalar type for string tensors from `std::string` to `tensorflow::tstring` which is now ABI stable.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)