Searched refs:FeatureIDs (Results 1 – 1 of 1) sorted by relevance
204 enum FeatureIDs { enum315 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize;511 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()677 *Runner->getTensor<float>(FeatureIDs::progress) = in tryFindEvictionCandidate()[all …]