Home
last modified time | relevance | path

Searched defs:PackedType (Results 1 – 3 of 3) sorted by relevance

/external/ruy/ruy/
Dpack_common.h53 using PackedType = typename PackedTypeImpl<ThePath, Scalar>::Type; variable
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py548 def PackedType(buf, parent_width, packed_type): member in Ref
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h821 inline uint8_t PackedType(BitWidth bit_width, Type type) { in PackedType() function