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: README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,22 @@ There are still many things to implement... some of them may be:
70
70
* Cover more raw_ops: Currently, the generator that creates the raw_ops facade converts many of the raw_ops but not all of them. Improve the generator to cover these cases (which are marked in the generator code).
71
71
* Include testing
72
72
73
-
## Cppflow 1
73
+
#Citation
74
74
75
-
You can also use the [older version](https://github.com/serizba/cppflow/tree/243ff2fc4e33632b91676cad7d6cfc3c92308601) of this work.
75
+
If you use this code or find this work useful in your research, please cite us:
76
+
77
+
```
78
+
@software{
79
+
izquierdo2019cppflow,
80
+
author = {Izquierdo, Sergio},
81
+
doi = {10.5281/zenodo.7107618},
82
+
title = {{cppflow: Run TensorFlow models in C++ without installation and without Bazel}},
0 commit comments