Searched refs:force_align (Results 1 – 8 of 8) sorted by relevance
382 pruning_mask:[ulong] (force_align: 16);406 selection_model:[ubyte] (force_align: 16);408 classification_model:[ubyte] (force_align: 16);409 embedding_model:[ubyte] (force_align: 16);
30 struct Vec3 (force_align: 8) {
65 data:[ubyte] (force_align: 16);
31 tflite_model:[ubyte] (force_align: 16);117 embedding_model:[ubyte] (force_align: 16);
48 custom:[ubyte] (force_align: 16);827 data:[ubyte] (force_align: 16);
1815 auto force_align = struct_def->attributes.Lookup("force_align"); in ParseDecl() local1817 if (force_align) { in ParseDecl()1818 auto align = static_cast<size_t>(atoi(force_align->constant.c_str())); in ParseDecl()1819 if (force_align->type.base_type != BASE_TYPE_INT || in ParseDecl()
319 - `force_align: size` (on a struct): force the alignment of this struct326 what you specify with `force_align`.
225 - `force_align`: this attribute may not be respected in the object API,