Blame view

check_tool/check_tool.h 95 Bytes
7e9074f2   Hu Chunming   添加check_tool
1
2
3
4
5
  #include<string>
  
  using namespace std;
  
  void evalQuality(const string& uri, const char* gpuid);