Torch Core #
Torch-style runtime front-end for eager execution, compiled wrappers, and training helpers.
Core.Types: public handles, options, and parameter wrappers.Core.Session: eager session state, CUDA bridge, and tape lifecycle helpers.Core.Ops: eager tensor operations.Core.BackwardOptim: eager backward passes and optimizers.Core.Compiled: proof-backed compiled wrappers.Core.Functional: backend-genericOpsinterface and curried syntax.Core.Trainer:Opsinstances, parameter packs, and scalar trainer construction.
Most callers can import this module directly and let it bring the Torch runtime surface into scope.