pub fn estimate_graph_cost(
graph: &EinsumGraph,
cost_model: &GraphCostModel,
) -> OperationCostExpand description
Estimate the total cost of a graph given per-node costs.
pub fn estimate_graph_cost(
graph: &EinsumGraph,
cost_model: &GraphCostModel,
) -> OperationCostEstimate the total cost of a graph given per-node costs.