tensorflow
An Open Source Machine Learning Framework for Everyone
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
126 of 4101 committers (3.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
An Open Source Machine Learning Framework for Everyone
Basic Info
- Host: GitHub
- Owner: tensorflow
- License: apache-2.0
- Language: C++
- Default Branch: master
- Homepage: https://tensorflow.org
- Size: 1.11 GB
Statistics
- Stars: 191,438
- Watchers: 7,454
- Forks: 74,807
- Open Issues: 1,527
- Releases: 219
Topics
Metadata Files
README.md
Documentation |
------------------- |
|
TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.
TensorFlow was originally developed by researchers and engineers working within the Machine Intelligence team at Google Brain to conduct research in machine learning and neural networks. However, the framework is versatile enough to be used in other areas as well.
TensorFlow provides stable Python and C++ APIs, as well as a non-guaranteed backward compatible API for other languages.
Keep up-to-date with release announcements and security updates by subscribing to announce@tensorflow.org. See all the mailing lists.
Install
See the TensorFlow install guide for the pip package, to enable GPU support, use a Docker container, and build from source.
To install the current release, which includes support for CUDA-enabled GPU cards (Ubuntu and Windows):
$ pip install tensorflow
Other devices (DirectX and MacOS-metal) are supported using Device Plugins.
A smaller CPU-only package is also available:
$ pip install tensorflow-cpu
To update TensorFlow to the latest version, add --upgrade flag to the above
commands.
Nightly binaries are available for testing using the tf-nightly and tf-nightly-cpu packages on PyPI.
Try your first TensorFlow program
shell
$ python
```python
import tensorflow as tf tf.add(1, 2).numpy() 3 hello = tf.constant('Hello, TensorFlow!') hello.numpy() b'Hello, TensorFlow!' ```
For more examples, see the TensorFlow Tutorials.
Contribution guidelines
If you want to contribute to TensorFlow, be sure to review the Contribution Guidelines. This project adheres to TensorFlow's Code of Conduct. By participating, you are expected to uphold this code.
We use GitHub Issues for tracking requests and bugs, please see TensorFlow Forum for general questions and discussion, and please direct specific questions to Stack Overflow.
The TensorFlow project strives to abide by generally accepted best practices in open-source software development.
Patching guidelines
Follow these steps to patch a specific version of TensorFlow, for example, to apply fixes to bugs or security vulnerabilities:
- Clone the TensorFlow repository and switch to the appropriate branch for
your desired versionfor example,
r2.8for version 2.8. - Apply the desired changes (i.e., cherry-pick them) and resolve any code conflicts.
- Run TensorFlow tests and ensure they pass.
- Build the TensorFlow pip package from source.
Continuous build status
You can find more community-supported platforms and configurations in the TensorFlow SIG Build Community Builds Table.
Official Builds
Build Type | Status | Artifacts
----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------
Linux CPU | | PyPI
Linux GPU |
| PyPI
Linux XLA |
| TBA
macOS |
| PyPI
Windows CPU |
| PyPI
Windows GPU |
| PyPI
Android |
| Download
Raspberry Pi 0 and 1 |
| Py3
Raspberry Pi 2 and 3 |
| Py3
Libtensorflow MacOS CPU | Status Temporarily Unavailable | Nightly Binary Official GCS
Libtensorflow Linux CPU | Status Temporarily Unavailable | Nightly Binary Official GCS
Libtensorflow Linux GPU | Status Temporarily Unavailable | Nightly Binary Official GCS
Libtensorflow Windows CPU | Status Temporarily Unavailable | Nightly Binary Official GCS
Libtensorflow Windows GPU | Status Temporarily Unavailable | Nightly Binary Official GCS
Resources
- TensorFlow.org
- TensorFlow Tutorials
- TensorFlow Official Models
- TensorFlow Examples
- TensorFlow Codelabs
- TensorFlow Blog
- Learn ML with TensorFlow
- TensorFlow Twitter
- TensorFlow YouTube
- TensorFlow model optimization roadmap
- TensorFlow White Papers
- TensorBoard Visualization Toolkit
- TensorFlow Code Search
Learn more about the TensorFlow Community and how to Contribute.
Courses
License
Owner
- Name: tensorflow
- Login: tensorflow
- Kind: organization
- Email: github-admin@tensorflow.org
- Website: http://www.tensorflow.org
- Repositories: 107
- Profile: https://github.com/tensorflow
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| A. Unique TensorFlower | g****r@t****g | 45,069 |
| Eugene Zhulenev | e****v@g****m | 2,259 |
| Adrian Kuegel | a****l@g****m | 1,543 |
| Mihai Maruseac | m****c@g****m | 1,531 |
| Peter Hawkins | p****s@g****m | 1,517 |
| Yong Tang | y****b@o****m | 1,450 |
| A. Unique TensorFlower | n****y@t****g | 1,340 |
| Derek Murray | m****y@g****m | 1,201 |
| George Karpenkov | c****e@g****m | 1,161 |
| Gunhan Gulsoy | g****n@g****m | 1,142 |
| Raman Sarokin | s****n@g****m | 1,131 |
| Jacques Pienaar | j****r@g****m | 1,006 |
| Benjamin Kramer | k****b@g****m | 932 |
| Scott Zhu | s****u@g****m | 908 |
| Mehdi Amini | a****m@g****m | 894 |
| Justin Lebar | j****r@g****m | 889 |
| River Riddle | r****e@g****m | 888 |
| Sanjoy Das | s****y@g****m | 887 |
| Benoit Steiner | b****r@g****m | 839 |
| Alexander Belyaev | p****n@g****m | 809 |
| Shanqing Cai | c****s@g****m | 753 |
| Christian Sigg | c****g@g****m | 748 |
| Dan Moldovan | m****n@g****m | 742 |
| Allen Lavoie | a****l@g****m | 716 |
| Smit Hinsu | h****u@g****m | 701 |
| Johannes Reifferscheid | j****s@g****m | 699 |
| Yang Chen | y****n@g****m | 671 |
| Jiri Simsa | j****a@g****m | 669 |
| David Dunleavy | d****y@g****m | 652 |
| Amit Patankar | a****r@g****m | 640 |
| and 4,071 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5,268
- Total pull requests: 47,536
- Average time to close issues: over 1 year
- Average time to close pull requests: 21 days
- Total issue authors: 3,009
- Total pull request authors: 549
- Average comments per issue: 5.23
- Average comments per pull request: 0.2
- Merged pull requests: 15,440
- Bot issues: 252
- Bot pull requests: 45,595
Past Year
- Issues: 1,891
- Pull requests: 31,284
- Average time to close issues: 8 days
- Average time to close pull requests: 16 days
- Issue authors: 749
- Pull request authors: 262
- Average comments per issue: 1.22
- Average comments per pull request: 0.08
- Merged pull requests: 10,082
- Bot issues: 146
- Bot pull requests: 30,432
Top Authors
Issue Authors
- copybara-service[bot] (244)
- ghost (126)
- ba05251670 (63)
- valenpsiholog (62)
- x0w3n (47)
- xl1043237213 (46)
- LongZE666 (45)
- tudkhadiksds (30)
- dmc1778 (27)
- fotiksori (27)
- farmicjifer (26)
- JohnyWalter6699 (24)
- somacsilaio (24)
- djxnqp (24)
- cheyennee (23)
Pull Request Authors
- copybara-service[bot] (45,488)
- dependabot[bot] (107)
- tensorflow-jenkins (88)
- SuryanarayanaY (77)
- gaikwadrahul8 (52)
- Venkat6871 (47)
- elfringham (39)
- LakshmiKalaKadali (39)
- rtg0795 (38)
- Tai78641 (23)
- Tessil (22)
- wonjeon (22)
- chunhsue (20)
- mdfaijul (19)
- gzmkl (16)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 69
-
Total downloads:
- pypi 23,957,896 last-month
- Total docker downloads: 1,190,009,128
-
Total dependent packages: 3,298
(may contain duplicates) -
Total dependent repositories: 103,148
(may contain duplicates) - Total versions: 8,878
- Total maintainers: 32
- Total advisories: 208
pypi.org: tensorflow
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.19.1
published 6 months ago
Rankings
Maintainers (3)
Advisories (100)
- Out of bounds read in Tensorflow
- Heap buffer overflow and undefined behavior in `FusedBatchNorm`
- Lack of validation in data format attributes in TensorFlow
- Division by zero in TFLite's implementation of `SpaceToDepth`
- Division by zero in optimized pooling implementations in TFLite
- NULL Pointer Dereference in Google TensorFlow
- Crash in `tf.transpose` with complex inputs
- `CHECK` fail via inputs in `PyFunc`
- Segfault in `CompositeTensorVariantToComponents`
- Code injection in `saved_model_cli` in TensorFlow
- ...and 90 more
cocoapods.org: TensorFlowLiteSwift
TensorFlow Lite for Swift
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://cocoadocs.org/docsets/TensorFlowLiteSwift/
- License: Apache
-
Latest release: 2.17.0
published over 1 year ago
Rankings
Maintainers (1)
cocoapods.org: TensorFlowLiteObjC
TensorFlow Lite for Objective-C
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://cocoadocs.org/docsets/TensorFlowLiteObjC/
- License: Apache
-
Latest release: 2.17.0
published over 1 year ago
Rankings
Maintainers (1)
pypi.org: tensorflow-cpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-cpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.20.0
published 6 months ago
Rankings
Maintainers (3)
Advisories (100)
- Heap OOB in `SdcaOptimizerV2`
- Reference binding to nullptr in `RaggedTensorToSparse`
- `CHECK` failure in depthwise ops via overflows
- FPE in convolutions with zero size filters
- TensorFlow vulnerable to `CHECK` fail in `FakeQuantWithMinMaxVars`
- Segfault due to negative splits in `SplitV`
- TensorFlow vulnerable to `CHECK` fail in `SetSize`
- TensorFlow vulnerable to segfault in `BlockLSTMGradV2`
- Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow
- TensorFlow vulnerable to Int overflow in `RaggedRangeOp`
- ...and 90 more
pypi.org: tensorflow-gpu
Removed: please install "tensorflow" instead.
- Homepage: https://www.tensorflow.org
- Documentation: https://tensorflow-gpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.12.0
published about 3 years ago
Rankings
Maintainers (3)
Advisories (100)
- TensorFlow vulnerable to `CHECK` fail in `SetSize`
- TensorFlow vulnerable to segfault in `BlockLSTMGradV2`
- Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow
- TensorFlow vulnerable to Int overflow in `RaggedRangeOp`
- TensorFlow has double free in Fractional(Max/Avg)Pool
- Division by zero in TFLite's convolution code
- Overflow and uncaught divide by zero in Tensorflow
- Division by zero in TFLite's implementation of `BatchToSpaceNd`
- Division by zero in TFLite's implementation of `GatherNd`
- Missing validation results in undefined behavior in `SparseTensorDenseAdd
- ...and 90 more
conda-forge.org: tensorflow
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
proxy.golang.org: github.com/tensorflow/tensorflow
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://pkg.go.dev/github.com/tensorflow/tensorflow#section-documentation
- License: Apache-2.0, BSD-2-Clause
-
Latest release: v2.20.0+incompatible
published 7 months ago
Rankings
pypi.org: tensorflow-macos
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-macos.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.16.2
published over 1 year ago
Rankings
Maintainers (5)
repo1.maven.org: org.tensorflow:proto
Java API for TensorFlow protocol buffers.
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/proto/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
pypi.org: tf-nightly
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.16.0
published about 2 years ago
Rankings
Maintainers (5)
repo1.maven.org: org.tensorflow:tensorflow
TensorFlow for Java: A software library for machine intelligence.
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
pypi.org: tensorflow-intel
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-intel.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.18.0
published over 1 year ago
Rankings
Advisories (1)
repo1.maven.org: org.tensorflow:libtensorflow
Pure-Java code for the TensorFlow machine intelligence library.
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/libtensorflow/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-gpu
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-gpu/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
pypi.org: tensorflow-cpu-aws
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-cpu-aws.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.15.1
published almost 2 years ago
Rankings
Maintainers (1)
pypi.org: intel-tensorflow
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://intel-tensorflow.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.14.0
published over 2 years ago
Rankings
Maintainers (2)
Advisories (1)
conda-forge.org: tensorflow-base
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
proxy.golang.org: github.com/tensorflow/tensorflow/tensorflow/go
Package tensorflow is a Go binding to TensorFlow. The API is subject to change and may break at any time. TensorFlow (www.tensorflow.org) is an open source software library for numerical computation using data flow graphs. This package provides functionality to build and execute such graphs and depends on TensorFlow being available. For installation instructions see https://github.com/tensorflow/tensorflow/blob/master/tensorflow/go/README.md
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://pkg.go.dev/github.com/tensorflow/tensorflow/tensorflow/go#section-documentation
- License: Apache-2.0, BSD-2-Clause
-
Latest release: v1.15.5
published about 3 years ago
Rankings
repo1.maven.org: org.tensorflow:libtensorflow_jni
Platform-dependent native code for the TensorFlow Java library.
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/libtensorflow_jni/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
pypi.org: tf-nightly-gpu
Removed: please install "tf-nightly" instead.
- Homepage: https://www.tensorflow.org
- Documentation: https://tf-nightly-gpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.12.0
published about 3 years ago
Rankings
Maintainers (3)
pypi.org: tensorflow-rocm
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-rocm.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.9.4
published about 3 years ago
Rankings
Maintainers (3)
pypi.org: tensorflow-aarch64
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-aarch64.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
Maintainers (2)
repo1.maven.org: org.tensorflow:libtensorflow_jni_gpu
Platform-dependent native code with GPU (CUDA) support for the TensorFlow Java library.
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/libtensorflow_jni_gpu/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
conda-forge.org: tensorflow-estimator
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
anaconda.org: tensorflow
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 10 months ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-api
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-api/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-android
Parent POM for the artifacts for TensorFlow for Java
- Homepage: https://github.com/tensorflow/tensorflow/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-android/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.13.1
published almost 7 years ago
Rankings
pypi.org: tf-nightly-intel
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-intel.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.19.0.dev20250109
published about 1 year ago
Rankings
Maintainers (1)
pypi.org: tf-nightly-cpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-cpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.16.0
published about 2 years ago
Rankings
Maintainers (3)
conda-forge.org: tensorflow-gpu
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.10.0
published over 3 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-select-tf-ops
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-select-tf-ops/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
pypi.org: tf-nightly-macos
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-macos.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.12.0
published about 3 years ago
Rankings
Maintainers (3)
pypi.org: tf-nightly-cpu-aws
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-cpu-aws.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.10.0
published over 3 years ago
Rankings
Maintainers (1)
anaconda.org: tensorflow-base
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 10 months ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-support
A library with utilities and data structures to deploy TFLite models on-device
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-support/
- License: The Apache Software License, Version 2.0
-
Latest release: 0.4.4
published over 2 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-gpu-api
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-gpu-api/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
nuget.org: binding.tensorflow.lite.support
TensorFlow Lite Support Binding.
- Homepage: https://github.com/tensorflow/tensorflow
- License: apache-2.0
-
Latest release: 0.0.0-nightly
published about 126 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-metadata
A util library to extract Model Metadata from TFLite Models
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-metadata/
- License: The Apache Software License, Version 2.0
-
Latest release: 0.4.4
published over 2 years ago
Rankings
cocoapods.org: RCPrivateTensorFlowLiteSwift
Forked version of TensorFlow Lite for Swift
- Homepage: https://github.com/ryan-cha/tensorflow
- Documentation: https://cocoadocs.org/docsets/RCPrivateTensorFlowLiteSwift/
- License: Apache
-
Latest release: 0.1.8
published over 3 years ago
Rankings
Maintainers (1)
conda-forge.org: libtensorflow_cc
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
pypi.org: intel-tensorflow-avx512
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://intel-tensorflow-avx512.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.14.0
published over 2 years ago
Rankings
Maintainers (2)
Advisories (1)
pypi.org: tensorflow-rocm-enhanced
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-rocm-enhanced.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.4.3
published almost 5 years ago
Rankings
Maintainers (4)
repo1.maven.org: org.tensorflow:tensorflow-lite-hexagon
A library helps deploy machine learning models on mobile devices
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-hexagon/
- License: The Apache Software License, Version 2.0
-
Latest release: 2.16.1
published almost 2 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-lite-support-api
A library with utilities and data structures to deploy TFLite models on-device. It doesn't have TFLite interpreter dependency unlike "tensorflow-lite-support"
- Homepage: https://tensorflow.org/lite/
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-lite-support-api/
- License: The Apache Software License, Version 2.0
-
Latest release: 0.4.4
published over 2 years ago
Rankings
anaconda.org: tensorflow-gpu
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 8 months ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-core-platform-mkl-gpu
Parent POM of TensorFlow core artifacts
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-core-platform-mkl-gpu/
- License: Apache-2.0,Apache-2.0
-
Latest release: 0.3.3
published over 4 years ago
Rankings
repo1.maven.org: org.tensorflow:tensorflow-core-platform-mkl
Parent POM of TensorFlow core artifacts
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/tensorflow-core-platform-mkl/
- License: Apache-2.0,Apache-2.0
-
Latest release: 0.3.3
published over 4 years ago
Rankings
conda-forge.org: tensorflow-cpu
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
pypi.org: tf-gpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-gpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.11.0
published almost 3 years ago
Rankings
Maintainers (1)
repo1.maven.org: org.tensorflow:parentpom
Parent POM for the artifacts for TensorFlow for Java
- Homepage: https://www.tensorflow.org
- Documentation: https://appdoc.app/artifact/org.tensorflow/parentpom/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.15.0
published over 6 years ago
Rankings
pypi.org: tensorflow-cpu-test-package
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-cpu-test-package.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.11.0rc0
published over 3 years ago
Rankings
Maintainers (1)
anaconda.org: tensorflow-gpu-base
TensorFlow provides multiple APIs.The lowest level API, TensorFlow Core provides you with complete programming control. Base GPU package contains only tensorflow, not tensorflow-tensorboard.
- Homepage: http://tensorflow.org/
- License: Apache 2.0
-
Latest release: 1.8.0
published over 7 years ago
Rankings
pypi.org: tensorflow-tflex
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-tflex.readthedocs.io/
- License: Apache 2.0
-
Latest release: 1.13.1rc3
published about 6 years ago
Rankings
Maintainers (1)
conda-forge.org: libtensorflow
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: http://tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.11.0
published about 3 years ago
Rankings
anaconda.org: tensorflow-estimator
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.17.0
published over 1 year ago
Rankings
cocoapods.org: LiteRTObjC
TensorFlow Lite for Objective-C
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://cocoadocs.org/docsets/LiteRTObjC/
- License: Apache
-
Latest release: 0.0.1-nightly.20250618
published 8 months ago
Rankings
Maintainers (1)
cocoapods.org: LiteRTSwift
TensorFlow Lite for Swift
- Homepage: https://github.com/tensorflow/tensorflow
- Documentation: https://cocoadocs.org/docsets/LiteRTSwift/
- License: Apache
-
Latest release: 0.0.1-nightly.20250618
published 8 months ago
Rankings
Maintainers (1)
pypi.org: tf-nightly-xla-gpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-xla-gpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 1.12.0.dev20181002
published over 7 years ago
Rankings
Maintainers (2)
pypi.org: tensorflows
DISCLAIMER: This lib is used to test typosquatting, there isn't any malware this is just an experience.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflows.readthedocs.io/
- License: Apache 2.0
-
Latest release: 1.1.4
published 9 months ago
Rankings
Maintainers (1)
pypi.org: ai-edge-tensorflow
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://ai-edge-tensorflow.readthedocs.io/
- License: Apache 2.0
-
Latest release: 0.0.0
published 9 months ago
Rankings
Maintainers (1)
pypi.org: tensorflow-ascend
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-ascend.readthedocs.io/
- License: Apache 2.0
-
Latest release: 1.15.0
published over 4 years ago
Rankings
Maintainers (1)
pypi.org: tf-2-13-py310-cuda12
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-2-13-py310-cuda12.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.13.0
published over 2 years ago
Rankings
Maintainers (1)
pypi.org: tensorflow-fedora28
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-fedora28.readthedocs.io/
- License: Apache 2.0
-
Latest release: 1.9.0rc0
published over 7 years ago
Rankings
Maintainers (1)
pypi.org: tf-nightly-tpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tf-nightly-tpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.21.0.dev20250903
published 6 months ago
Rankings
Maintainers (3)
pypi.org: tensorflow-tpu
TensorFlow is an open source machine learning framework for everyone.
- Homepage: https://www.tensorflow.org/
- Documentation: https://tensorflow-tpu.readthedocs.io/
- License: Apache 2.0
-
Latest release: 2.20.0
published 6 months ago
Rankings
Maintainers (3)
anaconda.org: libtensorflow
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 10 months ago
Rankings
anaconda.org: tensorflow-cpu
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 10 months ago
Rankings
anaconda.org: libtensorflow_cc
TensorFlow offers multiple levels of abstraction so you can choose the right one for your needs. Build and train models by using the high-level Keras API, which makes getting started with TensorFlow and machine learning easy.
- Homepage: https://www.tensorflow.org/
- License: Apache-2.0
-
Latest release: 2.18.1
published 10 months ago
Rankings
Dependencies
- absl-py *
- auditwheel *
- cloudpickle *
- colorama >=0.4.4
- importlib_metadata >=4.6
- matplotlib *
- ml_dtypes >=0.2.0
- numpy ==1.23.4
- numpy ==1.22.4
- numpy ==1.26.0
- opt-einsum *
- pillow >=9.1.0
- portpicker *
- rich *
- scipy ==1.7.3
- scipy ==1.11.2
- scipy ==1.9.2
- setuptools *
- six *
- typing_extensions *
- wheel *
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- citation-file-format/cffconvert-github-action 4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/github-script d556feaca394842dc55e4734bf3bb9f685482fa0 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/setup-python 2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 composite
- trilom/file-changes-action a6ca26c14274c33b15e6499323aac178af06ad4b composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- peter-evans/create-pull-request 2b011faafdcbc9ceb11414d64d0573f37c774b04 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/upload-artifact 83fd05a356d7e2593de66fc9913b3002723633cb composite
- github/codeql-action/upload-sarif 896079047b4bb059ba6f150a5d87d47dde99e6e5 composite
- ossf/scorecard-action 15c10fcf1cf912bd22260bfec67569a359ab87da composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- docker/build-push-action c56af957549030174b10d6867f20e78cfd7debc5 composite
- docker/login-action f4ef78c080cd8ba55a85445d5b36e214a81df20a composite
- docker/setup-buildx-action 8c0edbc76e98fa90f69d9a2c020dcb50019dc325 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- docker/build-push-action c56af957549030174b10d6867f20e78cfd7debc5 composite
- docker/login-action f4ef78c080cd8ba55a85445d5b36e214a81df20a composite
- docker/setup-buildx-action 8c0edbc76e98fa90f69d9a2c020dcb50019dc325 composite
- mshick/add-pr-comment a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- docker/build-push-action c56af957549030174b10d6867f20e78cfd7debc5 composite
- docker/login-action f4ef78c080cd8ba55a85445d5b36e214a81df20a composite
- docker/setup-buildx-action 8c0edbc76e98fa90f69d9a2c020dcb50019dc325 composite
- actions/stale v7 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- actions/github-script d556feaca394842dc55e4734bf3bb9f685482fa0 composite
- zofrex/mirror-branch a8809f0b42f9dfe9b2c5c2162a46327c23d15266 composite
- actions/checkout 755da8c3cf115ac066823e79a1e1788f8940201b composite
- peter-evans/create-pull-request 2b011faafdcbc9ceb11414d64d0573f37c774b04 composite
- mcr.microsoft.com/dotnet/framework/sdk 4.8-windowsservercore-ltsc2019 build
- ubuntu 20.04 build
- PyYAML * development
- absl-py * development
- astunparse * development
- auditwheel * development
- flatbuffers * development
- gast ==0.4.0 development
- google_pasta * development
- grpcio * development
- h5py * development
- jax * development
- jaxlib * development
- junitparser * development
- lit * development
- lxml * development
- numpy * development
- opt_einsum * development
- packaging * development
- portpicker * development
- protobuf >=3.20.3,<5.0.0dev, development
- pylint * development
- scipy * development
- six * development
- termcolor * development
- twine * development
- typing_extensions * development
- wheel * development
- wrapt * development
- grpcio * development
- jax * development
- jaxlib * development
- portpicker * development
- scipy * development
- astor ==0.7.1
- astunparse ==1.6.3
- dill ==0.3.6
- gast ==0.4.0
- grpcio >=1.24.3,<2.0
- h5py >=2.9.0
- jax ==0.4.7
- keras-nightly *
- lit *
- numpy *
- opt_einsum ==3.3.0
- packaging ==23.1
- portpicker ==1.5.2
- requests ==2.31.0
- scipy ==1.10.1
- setuptools ==67.6.1
- tb-nightly *
- tblib ==1.7.0
- termcolor ==2.3.0
- tf-estimator-nightly *
- typing_extensions ==4.2.0
- wheel *
- wrapt ==1.14.1
- absl-py ==1.4.0
- astor ==0.7.1
- astunparse ==1.6.3
- cachetools ==5.3.1
- certifi ==2023.7.22
- charset-normalizer ==3.2.0
- dill ==0.3.6
- gast ==0.4.0
- google-auth ==2.22.0
- google-auth-oauthlib ==1.0.0
- grpcio ==1.58.0
- h5py ==3.9.0
- idna ==3.4
- jax ==0.4.7
- keras-nightly ==2.15.0.dev2023090707
- lit ==16.0.6
- markdown ==3.4.4
- markupsafe ==2.1.3
- ml-dtypes ==0.2.0
- numpy ==1.23.5
- oauthlib ==3.2.2
- opt-einsum ==3.3.0
- packaging ==23.1
- portpicker ==1.5.2
- protobuf ==4.23.4
- psutil ==5.9.5
- pyasn1 ==0.5.0
- pyasn1-modules ==0.3.0
- requests ==2.31.0
- requests-oauthlib ==1.3.1
- rsa ==4.9
- scipy ==1.10.1
- setuptools ==67.6.1
- six ==1.16.0
- tb-nightly ==2.15.0a20230907
- tblib ==1.7.0
- tensorboard-data-server ==0.7.1
- termcolor ==2.3.0
- tf-estimator-nightly ==2.15.0.dev2023090708
- typing-extensions ==4.2.0
- urllib3 ==1.26.16
- werkzeug ==2.3.7
- wheel ==0.38.4
- wrapt ==1.14.1
- absl-py ==1.4.0
- astor ==0.7.1
- astunparse ==1.6.3
- cachetools ==5.3.1
- certifi ==2023.7.22
- charset-normalizer ==3.2.0
- dill ==0.3.6
- gast ==0.4.0
- google-auth ==2.22.0
- google-auth-oauthlib ==1.0.0
- grpcio ==1.58.0
- h5py ==3.9.0
- idna ==3.4
- jax ==0.4.7
- keras-nightly ==2.15.0.dev2023090707
- lit ==16.0.6
- markdown ==3.4.4
- markupsafe ==2.1.3
- ml-dtypes ==0.2.0
- numpy ==1.23.5
- oauthlib ==3.2.2
- opt-einsum ==3.3.0
- packaging ==23.1
- portpicker ==1.5.2
- protobuf ==4.23.4
- psutil ==5.9.5
- pyasn1 ==0.5.0
- pyasn1-modules ==0.3.0
- requests ==2.31.0
- requests-oauthlib ==1.3.1
- rsa ==4.9
- scipy ==1.10.1
- setuptools ==67.6.1
- six ==1.16.0
- tb-nightly ==2.15.0a20230907
- tblib ==1.7.0
- tensorboard-data-server ==0.7.1
- termcolor ==2.3.0
- tf-estimator-nightly ==2.15.0.dev2023090708
- typing-extensions ==4.2.0
- urllib3 ==1.26.16
- werkzeug ==2.3.7
- wheel ==0.38.4
- wrapt ==1.14.1
- absl-py ==1.4.0
- astor ==0.7.1
- astunparse ==1.6.3
- cachetools ==5.3.1
- certifi ==2023.7.22
- charset-normalizer ==3.2.0
- dill ==0.3.6
- gast ==0.4.0
- google-auth ==2.22.0
- google-auth-oauthlib ==1.0.0
- grpcio ==1.58.0
- h5py ==3.9.0
- idna ==3.4
- importlib-metadata ==6.8.0
- jax ==0.4.7
- keras-nightly ==2.15.0.dev2023090707
- lit ==16.0.6
- markdown ==3.4.4
- markupsafe ==2.1.3
- ml-dtypes ==0.2.0
- numpy ==1.23.5
- oauthlib ==3.2.2
- opt-einsum ==3.3.0
- packaging ==23.1
- portpicker ==1.5.2
- protobuf ==4.23.4
- psutil ==5.9.5
- pyasn1 ==0.5.0
- pyasn1-modules ==0.3.0
- requests ==2.31.0
- requests-oauthlib ==1.3.1
- rsa ==4.9
- scipy ==1.10.1
- setuptools ==67.6.1
- six ==1.16.0
- tb-nightly ==2.15.0a20230907
- tblib ==1.7.0
- tensorboard-data-server ==0.7.1
- termcolor ==2.3.0
- tf-estimator-nightly ==2.15.0.dev2023090708
- typing-extensions ==4.2.0
- urllib3 ==1.26.16
- werkzeug ==2.3.7
- wheel ==0.38.4
- wrapt ==1.14.1
- zipp ==3.16.2