Home
last modified time | relevance | path

Searched refs:is_simple_data_ptr (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/c10/core/
DAllocator.cpp20 bool Allocator::is_simple_data_ptr(const DataPtr& data_ptr) const { in is_simple_data_ptr() function in c10::Allocator
DAllocator.h178 virtual bool is_simple_data_ptr(const DataPtr& data_ptr) const;
DCPUAllocator.cpp150 bool is_simple_data_ptr(const c10::DataPtr& data_ptr) const final { in is_simple_data_ptr() function in c10::DefaultMobileCPUAllocator
/external/pytorch/c10/core/impl/
DCOW.cpp41 return allocator->is_simple_data_ptr(data_ptr); in has_simple_data_ptr()