qten.utils
Package reference for qten.utils.
utils
General-purpose utility helpers used across QTen.
This namespace groups small infrastructural helpers that do not belong to the main tensor, symbolic, or geometry APIs but are still useful to import from a stable package location.
Key modules
qten.utils.devicesLogical device descriptors and device-aware mixins.qten.utils.ioSave/load helpers for persisted objects and experiment outputs.qten.utils.collections_extImmutable mapping helpers such asFrozenDict.qten.utils.loggingsLogging convenience functions.qten.utils.types_extType-introspection helpers.
Notes
This package currently serves mainly as a documentation and import namespace; most concrete APIs are exposed from its child modules rather than re-exported here.