grain.tensor

Tensor data structure module

Members

Aliases

bfloat16
alias bfloat16 = CustomFloat!(7, 8)

bfloat16: https://en.wikipedia.org/wiki/Bfloat16_floating-point_format

half
alias half = CustomFloat!(10, 5)

IEEE 754-2008 half: https://en.wikipedia.org/wiki/Half-precision_floating-point_format

Meta