Skip to main content

estimate_batch_memory

Function estimate_batch_memory 

Source
pub fn estimate_batch_memory(
    expr: &TLExpr,
    ctx: &CompilerContext,
    batch_size: usize,
) -> MemoryEstimate
Expand description

Estimate memory for a batch of similar expressions.

Useful for planning batch execution.