pub fn apply_dynamic_dimensions(
    graph: &mut GraphProto,
    dynamic_dims: &HashMap<String, i64>
)