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
5
5
6
6
## What is it exactly?
7
7
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++,
9
9
but 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 ` .
12
12
13
13
## C++ API for TensorFlow
14
14
15
15
The 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.
18
18
19
19
## Content
20
20
You can’t perform that action at this time.
0 commit comments