Searched refs:kSmallSwitchThreshold (Results 1 – 1 of 1) sorted by relevance
81 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold; in ShouldBuildDecisionTree()99 static constexpr uint16_t kSmallSwitchThreshold = 3; variable