Searched refs:DoNotNormalize (Results 1 – 1 of 1) sorted by relevance
315 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in __anon8d2f77590111::MLEvictAdvisor511 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()512 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()513 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()514 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()515 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()516 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()517 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()671 if (DoNotNormalize.test(FeatureIndex)) in tryFindEvictionCandidate()812 if (!DoNotNormalize.test(FeatureIDs::ID)) \ in extractFeatures()