Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dpack_common.h53 using PackedType = typename PackedTypeImpl<ThePath, Scalar>::Type; variable
Dcreate_trmul_params.h124 using PackedLhsScalar = PackedType<ThePath, LhsScalar>;
125 using PackedRhsScalar = PackedType<ThePath, RhsScalar>;
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h802 inline uint8_t PackedType(BitWidth bit_width, Type type) { in PackedType() function
806 inline uint8_t NullPackedType() { return PackedType(BIT_WIDTH_8, FBT_NULL); } in NullPackedType()
1424 return PackedType(StoredWidth(parent_bit_width_), type_);