Searched refs:opinfo (Results 1 – 1 of 1) sorted by relevance
97 OpInfo(const OpInfo &opinfo) { in OpInfo() argument98 op_name_ = opinfo.op_name(); in OpInfo()99 imply_type_ = opinfo.imply_type(); in OpInfo()101 impl_path_ = opinfo.impl_path(); in OpInfo()102 fusion_type_ = opinfo.fusion_type(); in OpInfo()103 async_flag_ = opinfo.async_flag_; in OpInfo()104 binfile_name_ = opinfo.binfile_name_; in OpInfo()105 compute_cost_ = opinfo.compute_cost_; in OpInfo()106 kernel_name_ = opinfo.kernel_name(); in OpInfo()107 partial_flag_ = opinfo.partial_flag_; in OpInfo()[all …]