Searched refs:DoNotNormalize (Results 1 – 1 of 1) sorted by relevance
356 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in __anon5e263b5e0111::MLEvictAdvisor581 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()582 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()583 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()584 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()585 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()586 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()587 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()770 if (DoNotNormalize.test(FeatureIndex)) in tryFindEvictionCandidate()919 if (!DoNotNormalize.test(FeatureIDs::ID)) \ in extractFeatures()