Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
Divalue.h1523 struct WeakOrStrongCompilationUnit { struct
1524 explicit WeakOrStrongCompilationUnit( in WeakOrStrongCompilationUnit() argument
1528 explicit WeakOrStrongCompilationUnit( in WeakOrStrongCompilationUnit() argument
1558 : cu_(WeakOrStrongCompilationUnit(std::move(weak.cu_))), in WeakOrStrongTypePtr() argument
1561 : cu_(WeakOrStrongCompilationUnit(std::move(strong.cu_))), in WeakOrStrongTypePtr()
1563 explicit WeakOrStrongTypePtr(WeakOrStrongCompilationUnit cu, TypePtr type) in WeakOrStrongTypePtr()
1567 WeakOrStrongCompilationUnit cu_;