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