Skip to content

TorchLib function authoring guide

Ti-Tai Wang edited this page Aug 21, 2023 · 10 revisions

Updated: July 2023
Authors: @justinchuby @titaiwangms

Concepts

TorchLib functions are pure data. This means we avoid defining runtime behavior as code in the functions.

Clone this wiki locally