MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / execute_noise_learning_task

Method execute_noise_learning_task

Extensions/PilotOSMachine/QPilotMachine.cpp:2919–2927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2917 */
2918
2919ErrorCode QPilotMachine::execute_noise_learning_task(const std::string& parameter_json, std::string& task_id)
2920{
2921 task_id = "task not execute";
2922 if (m_imp_obj->init(m_pilot_url, m_log_cout))
2923 {
2924 return m_imp_obj->execute_noise_learning_task(parameter_json, task_id);
2925 }
2926 return ErrorCode::ERR_TCP_INIT_FATLT;
2927}
2928
2929ErrorCode QPilotMachine::async_execute_em_compute_task(const std::string& parameter_json, std::string& task_id)
2930{

Callers 1

noise_learningMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected