Home
last modified time | relevance | path

Searched refs:python_custom_device_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h2804 python_custom_device_ = custom_device; in set_python_custom_device()
2825 device_policy_ = custom_device_ || python_custom_device_; in refresh_device_policy()
2911 python_custom_device_ = false; in init_bitfields()
3005 bool python_custom_device_ : 1; member
H A DTensorImpl.cpp375 if (C10_UNLIKELY(python_custom_device_)) { in device_custom()