Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

torchscript

< >

torchscript is a programming language created in 2018.

#4623on PLDB 6Years Old


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)))

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io