Skip to main content

estimate_matmul_cost

Function estimate_matmul_cost 

Source
pub fn estimate_matmul_cost(m: u64, n: u64, k: u64) -> OpCost
Expand description

Estimate cost with explicit numeric dimensions for a MatMul pattern.