Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.h1523 struct WeakOrStrongCompilationUnit { struct
1524 explicit WeakOrStrongCompilationUnit( in WeakOrStrongCompilationUnit() function
1528 explicit WeakOrStrongCompilationUnit( in WeakOrStrongCompilationUnit() argument
1532 std::shared_ptr<torch::jit::CompilationUnit> getStrongRefOrThrow() const { in getStrongRefOrThrow()
1558 : cu_(WeakOrStrongCompilationUnit(std::move(weak.cu_))), in WeakOrStrongTypePtr() argument