GetOpType 函数功能获取算子的类型。 函数原型std::string GetOpType() const 参数说明无。 返回值说明std::string,算子的类型。 约束说明无。 调用示例std::string type = ctx.GetOpType(); 父主题: CpuKernelContext类