Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.h1556 struct TORCH_API WeakOrStrongTypePtr { struct
1557 explicit WeakOrStrongTypePtr(WeakTypePtr weak) in WeakOrStrongTypePtr() function
1560 explicit WeakOrStrongTypePtr(StrongTypePtr strong) in WeakOrStrongTypePtr() function
1563 explicit WeakOrStrongTypePtr(WeakOrStrongCompilationUnit cu, TypePtr type) in WeakOrStrongTypePtr() argument
1567 WeakOrStrongCompilationUnit cu_;
1568 TypePtr type_;
1570 bool holds_strong_ref() const { in holds_strong_ref()
1574 bool holds_empty_strong_ref() const { in holds_empty_strong_ref()