注册算子输出,调用该接口后会返回一个OpParamDef结构,后续可通过该结构配置算子输出信息。
OpParamDef &Output(const char *name);
参数
输入/输出
说明
name
输入
算子输出名称。
算子参数定义,OpParamDef请参考OpParamDef类。
无