Searched refs:other_info (Results 1 – 2 of 2) sorted by relevance
165 bool equals_to(const std::shared_ptr<OpInfo> &other_info) const { in equals_to() argument166 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()
154 const std::string& other_info) { in LoadErrorPage() argument164 if (!other_info.empty()) in LoadErrorPage()165 ss << "<br/>" << other_info; in LoadErrorPage()