GetInputTensorNum
函数功能
获得模型的输入个数。
函数原型
1
uint32_t
Model::GetInputTensorNum
();
返回参数说明
数据结构
说明
uint32_t
模型的输入个数。
父主题:
Model