pub fn auto_annotate_costs(graph: &EinsumGraph) -> GraphCostModelExpand description
Auto-annotate a graph with estimated costs.
This uses heuristic estimates for each operation type. For production use, provide custom cost estimates based on profiling.