Static batching
AIStatic batching: Grouping a fixed set of requests and processing them together from start to finish; simpler than continuous batching but wastes capacity when requests differ in length.
Static batching: Grouping a fixed set of requests and processing them together from start to finish; simpler than continuous batching but wastes capacity when requests differ in length.