Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

torchscript

< >

torchscript is a programming language created in 2018.

#4857on PLDB 6Years Old

The PyTorch 1.0 release candidate introduces Torch Script, a Python subset that can be JIT-compiled into C++ or other high-speed code.


Example from the web:
import torch def foo(x, y): return 2*x + y traced_foo = torch.jit.trace(foo, (torch.rand(3), torch.rand(3)))

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0