Home
last modified time | relevance | path

Searched refs:_change_backend_component_keys (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.cpp187 void TensorImpl::_change_backend_component_keys(c10::Device device) { in _change_backend_component_keys() function in c10::TensorImpl
H A DTensorImpl.h1409 void _change_backend_component_keys(c10::Device device);
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp732 data.unsafeGetTensorImpl()->_change_backend_component_keys(r.device(6)); in THPVariable_make_subclass()