File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ https://www.tensorflow.org/api_docs/cc
55
66## What is it exactly?
77
8- The functionality of the TensorFlow (TF) is implemented in many languages and one of them is C++,
8+ The functionality of TensorFlow (TF) is implemented in many languages and one of them is C++,
99but Python is used as an interface (front-end) between the backend system and the users.
10- The TF C++ API his built on TensorFlow Session (in the old version) and on TensorFlow ClientSession (in the new version).
11- One can make use either of these to execute TensorFlow graphs that have been built using the Python API and serialized to a ` GraphDef ` .
10+ The TF C++ API is built on TensorFlow Session (in the old version) and TensorFlow ClientSession (in the new version).
11+ One can make use of either of these to execute TensorFlow graphs that have been built using the Python API and serialized to a ` GraphDef ` .
1212
1313## C++ API for TensorFlow
1414
1515The runtime of TensorFlow is written in C++, and mostly, C++ is connected to TensorFlow through header files in ` tensorflow/cc ` .
16- The C++ API is still in experimental stages of development, and also the documentation is being updated,
17- meaning that it lacks of information and tutorial about how to use TensorFlow API.
16+ The C++ API is still in the experimental stages of development, and also the documentation is being updated,
17+ meaning that it lacks information and a tutorial about how to use TensorFlow API.
1818
1919## Content
2020
You can’t perform that action at this time.
0 commit comments