Grok 12.0.1
|
#include <base.h>
Public Types | |
enum | { is_signed = 1 , is_float = 0 , is_bf16 = 0 } |
using | Unsigned = uint16_t |
using | Signed = int16_t |
using | Float = float16_t |
using | Wide = int32_t |
using | Narrow = int8_t |
using hwy::detail::Relations< int16_t >::Float = float16_t |
using hwy::detail::Relations< int16_t >::Narrow = int8_t |
using hwy::detail::Relations< int16_t >::Signed = int16_t |
using hwy::detail::Relations< int16_t >::Unsigned = uint16_t |
using hwy::detail::Relations< int16_t >::Wide = int32_t |