Searched refs:root_type (Results 1 – 25 of 27) sorted by relevance
12
136 …nsor_symmetry_pre_analysis<internal::tensor_symmetry_num_indices<Gen...>::value, Gen...>::root_type140 typedef typename internal::tensor_symmetry_pre_analysis<NumIndices, Gen...>::root_type Base;229 typedef StaticSGroup<> root_type;244 >::type root_type;
45 static int root_type; variable315 root_type++; in PRS()392 if (root_type) in main()
305 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()
2582 auto root_type = attribute_; in DoParse() local2584 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()
32 root_type Monster;
56 // "flatbuffer", this should be the name of the root_type we should parse from79 root_type Model;
117 root_type EmbeddingNetwork;
30 root_type Movie;
22 root_type Animal;
24 root_type libtextclassifier3.ActionsEntityData;
480 root_type libtextclassifier3.ActionsModel;
34 root_type MetadataList;
47 root_type libtextclassifier3.test.EntityData;
69 root_type libtextclassifier3.EntityData;
20 root\_decl = `root_type` ident `;`
189 - `--root-type T` : Select or override the default root_type.
36 root_type Monster;226 You can specify in a schema, similar to `root_type`, that you intend
107 root_type Schema;
127 root_type Monster;
247 root_type Model;
303 root_type Model;
295 root_type Model;
326 root_type Model;
856 root_type Model;
431 std::string root_type; member