Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1057 struct TORCH_API AwaitType struct
1061 static AwaitTypePtr create(TypePtr elem) { in create() argument
1080 if (auto rhs_ = rhs.castRaw<AwaitType>()) { in isSubtypeOfExt() argument
1087 AwaitType(TypePtr elem) : SingleElementType(std::move(elem)) {} in AwaitType() argument
1090 std::stringstream ss;