Searched refs:root_type (Results 1 – 12 of 12) sorted by relevance
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()
23 root_type Movie;
32 root_type Monster;
22 root_type Animal;
34 root_type MetadataList;
20 root\_decl = `root_type` ident `;`
36 root_type Monster;205 You can specify in a schema, similar to `root_type`, that you intend
170 root_type Monster;214 The last part of the `schema` is the `root_type`. The root type declares what
77 root_type Monster;
89 root_type Schema;
1951 auto root_type = attribute_; in DoParse() local1953 ECHECK(ParseNamespacing(&root_type, nullptr)); in DoParse()1954 if (!SetRootType(root_type.c_str())) in DoParse()1955 return Error("unknown root type: " + root_type); in DoParse()