Home
last modified time | relevance | path

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

/external/pytorch/c10/core/
DTensorImpl.h236 std::optional<std::string> custom_data_ptr_error_msg_ = std::nullopt; member
251 if (other.custom_data_ptr_error_msg_) { in ExtraMeta()
252 custom_data_ptr_error_msg_ = other.custom_data_ptr_error_msg_; in ExtraMeta()
271 custom_data_ptr_error_msg_(std::move(custom_data_ptr_error_msg)), in symbolic_shape_meta_()
1696 get_extra_meta().custom_data_ptr_error_msg_ = s; in release_storage_and_set_meta_custom_data_ptr_error_msg_()
DTensorImpl.cpp312 if (extra_meta_ && extra_meta_->custom_data_ptr_error_msg_) { in throw_data_ptr_access_error()
314 TORCH_CHECK(false, *extra_meta_->custom_data_ptr_error_msg_); in throw_data_ptr_access_error()