Commit 7e36dc0b by xiaotong

rename init()

parent 448ecd8b
...@@ -42,7 +42,7 @@ T2TTester::~T2TTester() ...@@ -42,7 +42,7 @@ T2TTester::~T2TTester()
} }
/* initialize the model */ /* initialize the model */
void T2TTester::InitModel(int argc, char ** argv) void T2TTester::Init(int argc, char ** argv)
{ {
LoadParamInt(argc, argv, "vsize", &vSize, 1); LoadParamInt(argc, argv, "vsize", &vSize, 1);
LoadParamInt(argc, argv, "vsizetgt", &vSizeTgt, vSize); LoadParamInt(argc, argv, "vsizetgt", &vSizeTgt, vSize);
......
...@@ -53,7 +53,7 @@ public: ...@@ -53,7 +53,7 @@ public:
~T2TTester(); ~T2TTester();
/* initialize the model */ /* initialize the model */
void InitModel(int argc, char ** argv); void Init(int argc, char ** argv);
/* test the model */ /* test the model */
void Test(const char * fn, const char * ofn, T2TModel * model); void Test(const char * fn, const char * ofn, T2TModel * model);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论