Skip to content

Commit 672d8ba

Browse files
committed
Update citation
1 parent b95547a commit 672d8ba

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- family-names: "Izquierdo"
55
given-names: "Sergio"
66
orcid: "https://orcid.org/0000-0002-5639-5035"
7-
title: "cppflow"
7+
title: "cppflow: Run TensorFlow models in C++ without installation and without Bazel"
88
version: 2.0.0
99
doi: 10.5281/zenodo.7107618
1010
date-released: 2019-05-16

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,22 @@ There are still many things to implement... some of them may be:
7070
* 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).
7171
* Include testing
7272

73-
## Cppflow 1
73+
# Citation
7474

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}},
83+
url = {https://github.com/serizba/cppflow},
84+
version = {2.0.0},
85+
month = {5},
86+
year = {2019}
87+
}
88+
```
7689

7790
## Style guide
7891

0 commit comments

Comments
 (0)