-
Notifications
You must be signed in to change notification settings - Fork 23
Design Doc: Tensorflow as a backend
Design doc has moved to Google Docs
This task list remains in the wiki.
-
Benchmark possible optimization strategies.
-
Measure overhead of Tensorflow on small computations.
-
Compare performance of Tensorflow vs Eigen for various-sized linear algebra.
-
Measure how well Tensorflow parallelizes over independent parts of a graph.
- Compile multiple expressions into a single graph.
-
-
Compile and link against the Tensorflow library.
-
PR Add dual API support to Tensorflow (see `v1.1.0-nimble branch).
-
PR Support compiling against
tensorflow/c/c_api.hand linking against_pywrap_tensorflow_internal.soin Nimble.-
Add base64 decoding library to Nimble.
-
Add helpers to check
TF_Status, e.g.TF_CHECK_OK(). -
Convert between
NimArr<>andTF_Tensor. -
Add helpers to handle sessions and running.
-
Optimize to share/cache sessions or graphs.
-
-
-
Generate Tensorflow code.