获取可写的补维规则
ExpandDimsType &MutableExpandDimsType()
无。
补维规则引用
无。
ExpandDimsType dim_type("1100"); StorageFormat format(ge::Format::FORMAT_NCHW, ge::Format::FORMAT_C1HWNC0, dim_type); ExpandDimsType new_dim_type("1010"); format.SetExpandDimsType(new_dim_type); auto &fmt_dim_type = format.MutableExpandDimsType();