Searched refs:DoNotNormalize (Results 1 – 1 of 1) sorted by relevance
343 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in __anon583707800111::MLEvictAdvisor560 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()561 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()562 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()563 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()564 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()565 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()566 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()749 if (DoNotNormalize.test(FeatureIndex)) in tryFindEvictionCandidate()898 if (!DoNotNormalize.test(FeatureIDs::ID)) \ in extractFeatures()