Searched defs:SingletonTypePtr (Results 1 – 1 of 1) sorted by relevance
16 /* implicit */ SingletonTypePtr(T* p) : repr_(p) {} in SingletonTypePtr() function19 explicit SingletonTypePtr(std::shared_ptr<T>) { TORCH_CHECK(false); } in SingletonTypePtr() function