def generate_requests()

in tt_embeddings_benchmark.py [0:0]


def generate_requests(
    iters: int,
    B: int,
    T: int,
    L: int,
    E: int,
    long_index: bool = True,
    # inter-batch indices reuse rate
    reuse: float = 0.0,
    # alpha <= 1.0: use uniform distribution
    # alpha > 1.0: use zjpf distribution
    alpha: float = 1.0,
    fp16: bool = False,
    weighted: bool = False,