GetOpType

函数功能

获取算子的类型。

函数原型

std::string GetOpType() const

参数说明

无。

返回值说明

std::string,算子的类型。

约束说明

无。

调用示例

std::string type = ctx.GetOpType();