提交 5d5cf9fc 编写于 作者: Y youngwolf

Use typedef to reduce codes.

Remove immediate_data, use immediate_data_exp instead.
上级 13a27dbc
此差异已折叠。
......@@ -27,7 +27,7 @@ template <typename T = float> struct ut_input_and_expectation
T exp_1, exp_2;
};
template<typename T> void execute_qme(cpu_timer& timer, const std::shared_ptr<qme::data_exp<T>>& exp,
template<typename T> void execute_qme(cpu_timer& timer, qme::data_exp_ctype<T>& exp,
const std::function<T(const std::string&)>& cb, T exp_re, int& exec_succ, int& match)
{
timer.restart();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册