Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DIListRef.h158 class IListRef; variable
526 IListRef() : tag_(IListRefTag::None) {} in IListRef() function
528 IListRef(const boxed_type& boxed) : tag_(IListRefTag::Boxed) { in IListRef() function
532 IListRef(const unboxed_type& unboxed) : tag_(IListRefTag::Unboxed) { in IListRef() function
536 IListRef(const std::initializer_list<T>& list) : tag_(IListRefTag::Unboxed) { in IListRef() function
544 IListRef(UnboxedConstructorArgs&&... args) : tag_(IListRefTag::Unboxed) { in IListRef() function
548 IListRef(const materialized_type& materialized) : tag_(IListRefTag::Materialized) { in IListRef() function
H A DATen_fwd.h10 class IListRef; variable
H A Divalue.h35 class IListRef; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorBody.h45 template<class T> class IListRef; variable