MutableStorageShape
Description
Obtains the writable storage shape.
Prototype
Shape &MutableStorageShape()
Parameters
None
Returns
Writable storage shape
Restrictions
None
Example
StorageShape shape({3, 256, 256}, {256, 256, 3});
auto stoarage_shape = shape.MutableStorageShape(); // 256,256,3
Parent topic: StorageShape