Home
last modified time | relevance | path

Searched defs:default_to_union (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp367 …nal<TypePtr> unifyTypesImpl(const TypePtr& t1, const TypePtr& t2, bool default_to_union=false, con… in unifyTypesImpl()
449 std::optional<TypePtr> unifyTypes(const TypePtr& t1, const TypePtr& t2, bool default_to_union, cons… in unifyTypes()
462 bool default_to_union, in unifyTypeList()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp2127 bool default_to_union = full_type && in emitIfElseBlocks() local