Searched defs:is_simple_data_ptr (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/c10/core/ | ||
D | Allocator.cpp | 20 bool Allocator::is_simple_data_ptr(const DataPtr& data_ptr) const { in is_simple_data_ptr() function in c10::Allocator |
D | CPUAllocator.cpp | 150 bool is_simple_data_ptr(const c10::DataPtr& data_ptr) const final { in is_simple_data_ptr() function in c10::DefaultMobileCPUAllocator |