Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h165 bool equals_to(const std::shared_ptr<OpInfo> &other_info) const { in equals_to() argument
166 return this->op_name_ == other_info->op_name_ && this->imply_type_ == other_info->imply_type_ && in equals_to()
167 … this->processor_ == other_info->processor_ && this->op_pattern_ == other_info->op_pattern_ && in equals_to()
168 this->dynamic_shape_ == other_info->dynamic_shape_ && in equals_to()
169 this->dynamic_compile_static_ == other_info->dynamic_compile_static_; in equals_to()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc154 const std::string& other_info) { in LoadErrorPage() argument
164 if (!other_info.empty()) in LoadErrorPage()
165 ss << "<br/>" << other_info; in LoadErrorPage()