63 lines
3.9 KiB
Plaintext
63 lines
3.9 KiB
Plaintext
|
Metadata-Version: 2.1
|
||
|
Name: tensorflow-intel
|
||
|
Version: 2.12.0
|
||
|
Summary: TensorFlow is an open source machine learning framework for everyone.
|
||
|
Home-page: https://www.tensorflow.org/
|
||
|
Download-URL: https://github.com/tensorflow/tensorflow/tags
|
||
|
Author: Google Inc.
|
||
|
Author-email: packages@tensorflow.org
|
||
|
License: Apache 2.0
|
||
|
Keywords: tensorflow tensor machine learning
|
||
|
Classifier: Development Status :: 5 - Production/Stable
|
||
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.8
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: Intended Audience :: Education
|
||
|
Classifier: Intended Audience :: Science/Research
|
||
|
Classifier: License :: OSI Approved :: Apache Software License
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 3 :: Only
|
||
|
Classifier: Programming Language :: Python :: 3.10
|
||
|
Classifier: Programming Language :: Python :: 3.11
|
||
|
Classifier: Programming Language :: Python :: 3.8
|
||
|
Classifier: Programming Language :: Python :: 3.9
|
||
|
Classifier: Topic :: Scientific/Engineering
|
||
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
||
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
||
|
Classifier: Topic :: Software Development
|
||
|
Classifier: Topic :: Software Development :: Libraries
|
||
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||
|
Requires-Python: >=3.8
|
||
|
Description-Content-Type: text/markdown
|
||
|
License-File: LICENSE
|
||
|
Requires-Dist: absl-py (>=1.0.0)
|
||
|
Requires-Dist: astunparse (>=1.6.0)
|
||
|
Requires-Dist: flatbuffers (>=2.0)
|
||
|
Requires-Dist: gast (<=0.4.0,>=0.2.1)
|
||
|
Requires-Dist: google-pasta (>=0.1.1)
|
||
|
Requires-Dist: h5py (>=2.9.0)
|
||
|
Requires-Dist: jax (>=0.3.15)
|
||
|
Requires-Dist: libclang (>=13.0.0)
|
||
|
Requires-Dist: numpy (<1.24,>=1.22)
|
||
|
Requires-Dist: opt-einsum (>=2.3.2)
|
||
|
Requires-Dist: packaging
|
||
|
Requires-Dist: protobuf (!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3)
|
||
|
Requires-Dist: setuptools
|
||
|
Requires-Dist: six (>=1.12.0)
|
||
|
Requires-Dist: termcolor (>=1.1.0)
|
||
|
Requires-Dist: typing-extensions (>=3.6.6)
|
||
|
Requires-Dist: wrapt (<1.15,>=1.11.0)
|
||
|
Requires-Dist: grpcio (<2.0,>=1.24.3)
|
||
|
Requires-Dist: tensorboard (<2.13,>=2.12)
|
||
|
Requires-Dist: tensorflow-estimator (<2.13,>=2.12.0)
|
||
|
Requires-Dist: keras (<2.13,>=2.12.0)
|
||
|
Requires-Dist: tensorflow-io-gcs-filesystem (>=0.23.1) ; platform_machine != "arm64" or platform_system != "Darwin"
|
||
|
|
||
|
[![Python](https://img.shields.io/pypi/pyversions/tensorflow.svg?style=plastic)](https://badge.fury.io/py/tensorflow)
|
||
|
[![PyPI](https://badge.fury.io/py/tensorflow.svg)](https://badge.fury.io/py/tensorflow)
|
||
|
|
||
|
TensorFlow is an open source software library for high performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms, and from desktops to clusters of servers to mobile and edge devices.
|
||
|
|
||
|
Originally developed by researchers and engineers from the Google Brain team ([https://research.google/teams/brain/](https://research.google/teams/brain/)) within Google's AI organization, TensorFlow comes with strong support for machine learning and deep learning with a flexible numerical computation core that can be used across many other scientific domains. TensorFlow is licensed under [Apache 2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
|
||
|
|
||
|
This optimized version of TensorFlow for Windows OS has been produced by Intel. In order to take full advantage of Intel architecture and to extract maximum performance, the TensorFlow framework has been optimized using oneAPI Deep Neural Network Library (oneDNN) primitives, a popular performance library for deep learning applications. For more information on the optimizations as well as performance data, see this blog post [Faster AI Inference with Intel Optimization for TensorFlow](https://medium.com/intel-analytics-software/accelerate-ai-model-performance-on-the-alder-lake-platform-a5c24ae3f522). To activate oneDNN, execute the following in the Windows command prompt: set TF_ENABLE_ONEDNN_OPTS=1 before running your AI/ML workload.
|