diff options
author | Edgar Riba <edgar.riba@gmail.com> | 2016-11-05 19:58:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-05 19:58:53 +0100 |
commit | 21ccd6108dc8985a1c414599dde258cbc13225a1 (patch) | |
tree | 8426a2ca61ce5ad24393b6229da8d0d606d3a712 /README.md | |
parent | a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47 (diff) | |
download | googletest-21ccd6108dc8985a1c414599dde258cbc13225a1.tar.gz googletest-21ccd6108dc8985a1c414599dde258cbc13225a1.tar.bz2 googletest-21ccd6108dc8985a1c414599dde258cbc13225a1.zip |
update README.md with tiny-dnn
tiny-dnn in its recent version updated the testing framework to GTest.
We would like to be mentioned as consumers of the project.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ the following notable projects: * [Protocol Buffers](https://github.com/google/protobuf), Google's data interchange format. * The [OpenCV](http://opencv.org/) computer vision library. + * [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn): header only, dependency-free deep learning framework in C++11 ## Related Open Source Projects ## |