Searched refs:Core (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/
H A Dcore.h311 class Core : public McPATComponent { class in inherits:McPATComponent
330 Core(XMLNode* _xml_data, int _ithCore, InputParameter* interface_ip_);
335 ~Core();
H A Dsystem.cc70 } STRCMP(type, "Core") {
72 children.push_back(new Core(childXML, currCore, &interface_ip));
H A Dcore.cc2073 Core::Core(XMLNode* _xml_data, int _ithCore, InputParameter* interface_ip_) function in class:Core
2080 name = "Core " + os.str();
3387 void Core::computeEnergy() {
3644 Core::~Core() {
3680 void Core::initialize_params() {
3686 void Core::initialize_stats() {
3702 void Core::set_core_param() {
3993 cout << "Invalid Core Typ
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h36 #include <Eigen/Core>

Completed in 23 milliseconds