SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.25k stars 523 forks source link

Intel Optimization TensorFlow #532

Open Mghobadid opened 4 years ago

Mghobadid commented 4 years ago

hi, as you know Intel prepared a Library named Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) for tenserflow , but this library implement on Anaconda only . how we can use MKL-DNN for c#?

i think this library help to optimize TensorFlow.NET for Cpu.

dongfangzhizhu commented 4 years ago

yes,that's important for us.