返回Data数据shape。
def get_shape(self) -> np.ndarray
无
from sdk.data import Data engine_data = Data() shape = engine_data.get_shape()
Data的shape。