Searched refs:DoNotNormalize (Results 1 – 1 of 1) sorted by relevance
355 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in __anon7996ed3f0111::MLEvictAdvisor578 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()579 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()580 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()581 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()582 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()583 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()584 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()767 if (DoNotNormalize.test(FeatureIndex)) in tryFindEvictionCandidate()916 if (!DoNotNormalize.test(FeatureIDs::ID)) \ in extractFeatures()