Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DAllocator.cpp20 bool Allocator::is_simple_data_ptr(const DataPtr& data_ptr) const { in is_simple_data_ptr() function in c10::Allocator
H A DCPUAllocator.cpp150 bool is_simple_data_ptr(const c10::DataPtr& data_ptr) const final { in is_simple_data_ptr() function in c10::DefaultMobileCPUAllocator