What is it about?

Deep learning frameworks like TensorFlow and PyTorch have steep learning curves. We present a tool, called TF-Coder, that automatically writes TensorFlow code that is consistent with a user-provided example of the desired behavior. TF-Coder solves 63 of 70 real-world tasks within 5 minutes, sometimes finding simpler solutions in less time compared to experienced human programmers. The tool is publicly available, free to use, and has solved hundreds of unique problems from real users.

Featured Image

Why is it important?

Deep learning is becoming increasingly popular and successful, partially due to the development of powerful deep learning frameworks. However, these libraries have steep learning curves. We introduce a tool called TF-Coder that automatically writes TensorFlow code, in order to help programmers develop their deep learning models more quickly and with more confidence. TF-Coder can also identify alternative code implementations that are simpler or more efficient.

Read the Original

This page is a summary of: TF-Coder: Program Synthesis for Tensor Manipulations, ACM Transactions on Programming Languages and Systems, May 2022, ACM (Association for Computing Machinery),
DOI: 10.1145/3517034.
You can read the full text:

Read

Contributors

The following have contributed to this page