Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp726 data.unsafeGetTensorImpl()->set_python_custom_device(true); in THPVariable_make_subclass()
877 tensor.unsafeGetTensorImpl()->set_python_custom_device(true); in THPVariable_make_wrapper_subclass()
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h2803 void set_python_custom_device(bool custom_device) { in set_python_custom_device() function