Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 289 Bytes

Benchmark Scripts for Intel-Tensorflow

This repo has benchmark scripts for performance comparision of Intel Tensorflow vs Default Tensorflow.

Sanity check to see if MKL is enabled in Tensorflow.

python -c "import tensorflow; print(tensorflow.pywrap_tensorflow.IsMklEnabled())"