Utility ops

Unreleased native NuTorch shell reference. Generated by scripts/gen-ops-reference.ts; every op also documents itself with torch <op> --help. Tensor operands are native values, not strings.

manual_seed

seed the random number generator

Signature (placeholders describe arguments; this is not a runnable example):

use torch
torch manual_seed <seed>