Home
last modified time | relevance | path

Searched refs:force_align (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/annotator/
Dmodel.fbs382 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);
/external/flatbuffers/tests/
Dmonster_test.fbs30 struct Vec3 (force_align: 8) {
/external/libtextclassifier/lang_id/common/flatbuffers/
Dmodel.fbs65 data:[ubyte] (force_align: 16);
/external/libtextclassifier/actions/
Dactions_model.fbs31 tflite_model:[ubyte] (force_align: 16);
117 embedding_model:[ubyte] (force_align: 16);
/external/tensorflow/tensorflow/lite/schema/
Dschema.fbs48 custom:[ubyte] (force_align: 16);
827 data:[ubyte] (force_align: 16);
/external/flatbuffers/src/
Didl_parser.cpp1815 auto force_align = struct_def->attributes.Lookup("force_align"); in ParseDecl() local
1817 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()
/external/flatbuffers/docs/source/
DSchemas.md319 - `force_align: size` (on a struct): force the alignment of this struct
326 what you specify with `force_align`.
DCppUsage.md225 - `force_align`: this attribute may not be respected in the object API,