Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

T.init¶

Description¶

Signature¶

T.init(FloatE4M3 val)
    where T : __BuiltinFloatingPointType;

T.init(FloatE5M2 val)
    where T : __BuiltinFloatingPointType;

T.init(BFloat16 val)
    where T : __BuiltinFloatingPointType;

T.init(T x)
    where T : __BuiltinArithmeticType;

Parameters¶

val : FloatE4M3¶

val : FloatE5M2¶

val : BFloat16¶

x : T¶

On this page
  • T.init
    • Description
    • Signature
    • Parameters
      • val : FloatE4M3
      • val : FloatE5M2
      • val : BFloat16
      • x : T