Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DStorageImpl.h131 if (throw_on_mutable_data_ptr_) { in mutable_data_ptr()
166 if (throw_on_mutable_data_ptr_) { in mutable_data()
252 throw_on_mutable_data_ptr_ = true; in set_throw_on_mutable_data_ptr()
276 has_data_ptr_check_ = is_cow() || throw_on_mutable_data_ptr_ || in refresh_has_data_ptr_check()
303 bool throw_on_mutable_data_ptr_ = false; member