davidstutz / tensorflow-cpp-op-example
Simple example of implementing a new Tensorflow operation and its gradient in C++.
☆56Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for tensorflow-cpp-op-example
- ☆22Updated 5 years ago
- TensorFlow util for building memory usage timeline from LOG_MEMORY messages☆65Updated 6 years ago
- ☆45Updated 2 years ago
- A CUDA implementation of the ZeroOut tensorflow custom op, just for fun☆11Updated 7 years ago
- Use TensorFlow efficiently☆95Updated 3 years ago
- ☆58Updated 6 years ago
- ☆23Updated 8 years ago
- Examples of C extensions for PyTorch☆258Updated last year
- This is my original repository of the decaf code. Decaf is a precursor of Caffe written in Python for deep image classification. It is de…☆43Updated 11 years ago
- ☆47Updated 4 years ago
- Training deep neural networks with low precision multiplications☆63Updated 9 years ago
- This is a demo project that shows how you can utilize Caffe2's modular design and build a library on top of it.☆40Updated 5 years ago
- Just-in-time Dynamic Batching with MXNet Gluon.