获取模型的算子类型。
数据类型为string的接口后续版本会废弃,建议使用数据类型为非string的接口。
1 2
std::string GetOmOptype () const Status GetOmOptype(ge::AscendString &om_op_type) const
参数
输入/输出
说明
om_op_type
输出
模型的算子类型。
无。