Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype_ptr.h16 /* implicit */ SingletonTypePtr(T* p) : repr_(p) {} in SingletonTypePtr() function
19 explicit SingletonTypePtr(std::shared_ptr<T>) { TORCH_CHECK(false); } in SingletonTypePtr() function