tensor
Classes
AirTensor
AIR tensor representation.
Attributes
ctype
property
Return the C type of the tensor.
This is used for generating C code that operates on the tensor. For example, if the tensor is of type int16, the C type will be int16_t.
dtype_alignment_floor
property
Return the alignment floor based on the tensor's dtype.