Oven logo

Oven

Python PyPI

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/) 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.

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. To activate oneDNN, execute the following in the Windows command prompt: set TF_ENABLE_ONEDNN_OPTS=1 before running your AI/ML workload.