struct ov::MemBandwidthPressure¶
#include <performance_heuristics.hpp>
struct MemBandwidthPressure
{
// fields
float max_mem_tolerance = UNKNOWN;
float ratio_compute_convs = 0;
float ratio_mem_limited_convs = 0;
float ratio_compute_deconvs = 0;
static constexpr float UNKNOWN = FLT_MAX;
static constexpr float ALL = 1.0f;
static constexpr float NONE = 0.0f;
static constexpr float LIMITED = 0.5f;
};