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