Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h2809 python_custom_layout_ = custom_layout; in set_python_custom_layout()
2829 layout_policy_ = custom_layout_ || python_custom_layout_; in refresh_layout_policy()
2912 python_custom_layout_ = false; in init_bitfields()
3008 bool python_custom_layout_ : 1; member
H A DTensorImpl.cpp405 if (C10_UNLIKELY(python_custom_layout_)) { in layout_custom()