文档首页>
Atlas 200 DK 开发者套件(1.0.7.alpha)>
TBE自定义算子开发指南>
接口参考>
插件和原型定义接口>
Operator接口>
Operator类>
GetOutputDesc
更新时间:2021-03-18 GMT+08:00
GetOutputDesc
函数功能
根据算子Output名称或Output索引获取算子Output的TensorDesc。
函数原型
TensorDesc GetOutputDesc(const string& name) const;
TensorDesc GetOutputDesc(uint32_t index) const
参数说明
返回值
参数名 |
类型 |
描述 |
---|---|---|
- |
算子Output的TensorDesc。 |
异常处理
无。
约束说明
无。
父主题: Operator类
