FreeTensor
Loading...
Searching...
No Matches
Public Attributes | List of all members
freetensor::NodeFeature Struct Reference

#include <structural_feature.h>

Collaboration diagram for freetensor::NodeFeature:
Collaboration graph
[legend]

Public Attributes

std::unordered_map< BaseDataType, int64_t > opCnt_
 
std::unordered_map< MemType, int64_t > loadCnt_
 
std::unordered_map< MemType, int64_t > storeCnt_
 
std::unordered_map< MemType, int64_t > accessCnt_
 
std::unordered_map< MemType, int64_t > loadArea_
 
std::unordered_map< MemType, int64_t > storeArea_
 
std::unordered_map< MemType, int64_t > accessArea_
 

Detailed Description

Features of a statement node

Member Data Documentation

◆ accessArea_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::accessArea_

◆ accessCnt_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::accessCnt_

◆ loadArea_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::loadArea_

◆ loadCnt_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::loadCnt_

◆ opCnt_

std::unordered_map<BaseDataType, int64_t> freetensor::NodeFeature::opCnt_

◆ storeArea_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::storeArea_

◆ storeCnt_

std::unordered_map<MemType, int64_t> freetensor::NodeFeature::storeCnt_

The documentation for this struct was generated from the following file: