Module aten

Source

Enums§

ScalarType
Data types (dtypes) that can be used as element types in ETensors. Data types (dtypes) that can be used as element types in ETensors.

Type Aliases§

DimOrderType
SizesType
StridesType
Tensor
A minimal Tensor type whose API is a source compatible subset of at::Tensor.
TensorImpl
Manages the storage behind an ETensor (torch::executor::Tensor).