DimCount接口
接口功能
获取输入张量dim大小。
接口格式
const uint64_t &DimCount() const;
接口参数
无。
使用样例
uint64_t dim = input->DimCount();
返回值
输入张量dim大小。
父主题:
Input类