| """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 | |
| """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 | |