Skip to content

Commit 883eb4c

Browse files
committed
New CppFlow logo
1 parent 2a754f3 commit 883eb4c

File tree

3 files changed

+235
-2
lines changed

3 files changed

+235
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CppFlow 2
1+
# ![cppflow](docs/source/cppflow.svg)
22

33
Run TensorFlow models in c++ without Bazel, without TensorFlow installation and without compiling Tensorflow. Perform tensor manipulation, use eager execution and run saved models directly from C++.
44

@@ -72,4 +72,8 @@ There are still many things to implement... some of them may be:
7272

7373
## Cppflow 1
7474

75-
You can also use the [older version](https://github.com/serizba/cppflow/tree/243ff2fc4e33632b91676cad7d6cfc3c92308601) of this work.
75+
You can also use the [older version](https://github.com/serizba/cppflow/tree/243ff2fc4e33632b91676cad7d6cfc3c92308601) of this work.
76+
77+
## Remark
78+
79+
CppFlow is not related with TensorFlow. The CppFlow icon is a modified version of the TensorFlow logo. TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.

docs/source/cppflow.svg

Lines changed: 221 additions & 0 deletions
Loading

docs/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6+
.. image:: cppflow.svg
7+
:alt: cppflow
8+
69
Easily run TensorFlow models from C++
710
=====================================
811

@@ -23,3 +26,8 @@ Indices and tables
2326
* :ref:`genindex`
2427
* :ref:`modindex`
2528
* :ref:`search`
29+
30+
31+
Remark
32+
------
33+
CppFlow is not related with TensorFlow. The CppFlow icon is a modified version of the TensorFlow logo. TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.

0 commit comments

Comments
 (0)