You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compile_tensorflow_cpp.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Compile TensorFlow C++ from source code <!-- omit in toc -->
2
2
3
-
Building TensorFlow C++ API is very tricky and can be a pain as there is not much information you can find about it even on TensorFlow's official documentation. Following you will find a step-by-step instruction showing how to build TensorFlow C++ v2 on Linux. It works well for my Ubuntu 20.04 running on AMD Ryzen processors.
3
+
Building TensorFlow C++ API is very tricky and can be a pain as there is not much information you can find
4
+
about it even on TensorFlow's official documentation. Following you will find a step-by-step instruction
5
+
showing how to build TensorFlow C++ v2 on Linux. It works well for my Ubuntu 20.04 running on AMD Ryzen processors.
4
6
5
-
On this page, I will walk you through the steps to install **TensorFlow C++ API version 2.7**.
7
+
On this page, I will walk you through the steps to install **TensorFlow C++ API version 2.7** and **2.11**.
0 commit comments