XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
memory_prediction.hpp
Go to the documentation of this file.
1 #ifndef MEMORY_PREDICTION_HPP
2 #define MEMORY_PREDICTION_HPP
3 
5  std::string name;
6  double host;
7  double device;
8 };
9 
10 #endif
Definition: memory_prediction.hpp:4
double host
Definition: memory_prediction.hpp:6
std::string name
Definition: memory_prediction.hpp:5
double device
Definition: memory_prediction.hpp:7