tfd 0.0.2
TF for D
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
tfd: tensorflow for D
Roadmap
- [x] Setup CI
- [x] Wrap tensor and session for basic usages (see
tfd.session
unittests). - [ ] Use pbd to save/load proto files.
- [ ] Example using C API to save/load TF graphs.
- [ ] Parse
ops.pbtxt
to generate typed ops bindings. - [ ] Rewrite C API example with typed bindings.
- [ ] Implement autograd, and simple training APIs in D.
Requirements
- libtensorflow. Currently, tfd only supports
- Linux v1.15.0
- Windows v1.15.0
Re-generate bindings
tfd uses dpp to generate bindings from TF C-API. You need libclang
to run dpp.
dub fetch dpp
dub run dpp -- --preprocess-only --include-path ./download/include <target dpp file>
- 0.0.2 released 4 years ago
- ShigekiKarita/tfd
- BSL-1.0
- Copyright © 2020, Shigeki Karita
- Authors:
- Dependencies:
- mir-algorithm
- Versions:
-
0.0.5 2020-May-15 0.0.4 2020-May-10 0.0.3 2020-May-09 0.0.2 2020-May-09 0.0.1 2020-May-02 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
24 downloads total
-
- Score:
- 2.1
- Short URL:
- tfd.dub.pm