Getting Started
Key Python API:
LeafNode
Leaf node, typically corresponding to a tensor.
Leaf nodes should not hold a ref to the underlying data, only some metadata.
Methods
__init__([val])
__init__