Home
last modified time | relevance | path

Searched defs:bits4x2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/util/
H A Dbits.h34 struct alignas(1) bits4x2 { struct
37 bits4x2() = default; argument
38 C10_HOST_DEVICE explicit bits4x2(uint8_t val) : val_(val) {} in bits4x2() argument
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dbits_types.h42 struct alignas(1) bits4x2 { struct
45 bits4x2() = default; argument
46 explicit bits4x2(uint8_t val) : val_(val) {} in bits4x2() function