| @@ -62,17 +62,13 @@ | |||||
| } | } | ||||
| /// | /// | ||||
| /// @brief report graph compile failed message such as error code and op_name in mstune case | |||||
| /// @brief report graph compile failed message such as error code and op_name in mustune case | |||||
| /// @param [in] root_graph_name: root graph name | |||||
| /// @param [in] msg: failed message map, key is error code, value is op_name | /// @param [in] msg: failed message map, key is error code, value is op_name | ||||
| /// @return int 0(success) -1(fail) | /// @return int 0(success) -1(fail) | ||||
| /// | /// | ||||
| int ErrorManager::ReportMstuneCompileFailedMsg(const std::map<std::string, std::string> &msg) { return 0; } | |||||
| /// | |||||
| /// @brief save graph compile failed message from thread local map to global map | |||||
| /// @param [in] graph_name: graph name | |||||
| /// | |||||
| void ErrorManager::SaveMstuneCompileFailedMsg(const std::string &graph_name) {} | |||||
| int ErrorManager::ReportMstuneCompileFailedMsg(const std::string &root_graph_name, | |||||
| const std::map<std::string, std::string> &msg) { return 0; } | |||||
| /// | /// | ||||
| /// @brief get graph compile failed message in mstune case | /// @brief get graph compile failed message in mstune case | ||||