Home
last modified time | relevance | path

Searched defs:union_type (Results 1 – 17 of 17) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Dunion_type.cpp66 if (auto* union_type = type->castRaw<UnionType>()) { in flattenUnion() local
233 UnionTypePtr union_type(new UnionType(std::move(reference))); in create() local
Dtype.cpp806 if (auto union_type = rhs.cast<UnionType>()) { in equals() local
814 if (auto union_type = rhs.cast<UnionType>()) { in isSubtypeOfExt() local
/external/flatbuffers/src/
Didl_gen_ts.cpp990 std::string GenUnionConvFunc(const Type &union_type, import_set &imports) { in GenUnionConvFunc()
1055 const Type &union_type, in GenUnionValTS()
1720 const auto union_type = in GenStruct() local
1811 const auto union_type = in GenStruct() local
1868 const auto union_type = GenUnionGenericTypeTS(union_enum); in GenStruct() local
Didl_gen_json_schema.cpp125 const auto &union_type = *ut; in GenType() local
Didl_gen_python.cpp1911 auto union_type = namer_.Type(enum_def); in GenUnPackForUnion() local
2393 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForStruct() local
2411 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForString() local
Dbinary_annotator.cpp1393 const reflection::Type *union_type = enum_val->union_type(); in BuildUnion() local
Didl_gen_java.cpp1362 auto union_type = in GenEnum_ObjectAPI() local
Didl_parser.cpp952 Type union_type(type.enum_def->underlying_type); in ParseField() local
/external/flatbuffers/include/flatbuffers/
Dminireflect.h195 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
Dreflection.h429 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
Didl.h451 Type union_type; member
Dreflection_generated.h361 const reflection::Type *union_type() const { in union_type() function
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp249 auto union_type = type->expect<UnionType>(); in toIValue() local
/external/flatbuffers/rust/reflection/src/
Dlib.rs1084 let union_type = object in update_offset() localVariable
Dreflection_generated.rs610 pub fn union_type(&self) -> Option<Type<'a>> { in union_type() method
651 pub union_type: Option<flatbuffers::WIPOffset<Type<'a>>>, field
/external/pytorch/torch/csrc/jit/ir/
Dalias_analysis.cpp1952 auto union_type = UnionType::create(*maybe_mut_types); in getWildcard() local
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp1213 if (const auto union_type = lhs_value->type()->cast<UnionType>()) { in findIsNoneRefinements() local