TorchLean API

NN.Examples.Quickstart.TensorBasics

Quickstart: Tensor Basics #

This is the first stop in the TorchLean examples. It does not use sessions, CUDA, or autograd. It is just about building typed tensors in Lean with a convenient constructor layer.

What it demonstrates:

Run: lake exe torchlean quickstart_tensors