Home
last modified time | relevance | path

Searched refs:root_type (Results 1 – 25 of 27) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h136 …nsor_symmetry_pre_analysis<internal::tensor_symmetry_num_indices<Gen...>::value, Gen...>::root_type
140 typedef typename internal::tensor_symmetry_pre_analysis<NumIndices, Gen...>::root_type Base;
229 typedef StaticSGroup<> root_type;
244 >::type root_type;
/external/e2fsprogs/misc/
De2initrd_helper.c45 static int root_type; variable
315 root_type++; in PRS()
392 if (root_type) in main()
/external/flatbuffers/src/
Dflatc.cpp305 opts.root_type = argv[argi]; in Compile()
461 if (!opts.root_type.empty()) { in Compile()
462 if (!parser->SetRootType(opts.root_type.c_str())) in Compile()
463 Error("unknown root type: " + opts.root_type); in Compile()
Didl_parser.cpp2582 auto root_type = attribute_; in DoParse() local
2584 ECHECK(ParseNamespacing(&root_type, nullptr)); in DoParse()
2585 if (opts.root_type.empty()) { in DoParse()
2586 if (!SetRootType(root_type.c_str())) in DoParse()
2587 return Error("unknown root type: " + root_type); in DoParse()
/external/flatbuffers/samples/
Dmonster.fbs32 root_type Monster;
/external/libtextclassifier/lang_id/common/flatbuffers/
Dmodel.fbs56 // "flatbuffer", this should be the name of the root_type we should parse from
79 root_type Model;
Dembedding-network.fbs117 root_type EmbeddingNetwork;
/external/flatbuffers/tests/union_vector/
Dunion_vector.fbs30 root_type Movie;
/external/flatbuffers/samples/android/jni/schemas/
Danimal.fbs22 root_type Animal;
/external/libtextclassifier/actions/
Dactions-entity-data.fbs24 root_type libtextclassifier3.ActionsEntityData;
Dactions_model.fbs480 root_type libtextclassifier3.ActionsModel;
/external/noto-fonts/emoji-compat/data/
Demoji_metadata.fbs34 root_type MetadataList;
/external/libtextclassifier/utils/
Dflatbuffers_test.fbs47 root_type libtextclassifier3.test.EntityData;
/external/libtextclassifier/annotator/
Dentity-data.fbs69 root_type libtextclassifier3.EntityData;
/external/flatbuffers/docs/source/
DGrammar.md20 root\_decl = `root_type` ident `;`
DCompiler.md189 - `--root-type T` : Select or override the default root_type.
DSchemas.md36 root_type Monster;
226 You can specify in a schema, similar to `root_type`, that you intend
/external/flatbuffers/reflection/
Dreflection.fbs107 root_type Schema;
/external/flatbuffers/tests/
Dmonster_test.fbs127 root_type Monster;
/external/tensorflow/tensorflow/lite/schema/
Dschema_v0.fbs247 root_type Model;
Dschema_v2.fbs303 root_type Model;
Dschema_v1.fbs295 root_type Model;
Dschema_v3.fbs326 root_type Model;
Dschema.fbs856 root_type Model;
/external/flatbuffers/include/flatbuffers/
Didl.h431 std::string root_type; member

12