get_shape(self)
接口功能
返回Data数据shape。
接口格式
def get_shape(self) -> np.ndarray
接口参数
无
使用样例
from sdk.data import Data engine_data = Data() shape = engine_data.get_shape()
返回值
Data的shape。
父主题: Data
返回Data数据shape。
def get_shape(self) -> np.ndarray
无
from sdk.data import Data engine_data = Data() shape = engine_data.get_shape()
Data的shape。