4947683
1
2
3
4
5
6
7
8
"""Copyright (c) Meta Platforms, Inc. and affiliates.""" import math NUM_ATOMIC_TYPES: int = 100 NUM_ATOMIC_BITS = math.floor(math.log2(NUM_ATOMIC_TYPES)) + 1