GetStorageShape

Description

Obtains the storage shape.

Prototype

const Shape &GetStorageShape() const

Parameters

None

Returns

Storage shape

Restrictions

None

Example

StorageShape shape({3, 256, 256}, {256, 256, 3});
auto storage_shape = shape.GetStorageShape(); // 256,256,3