GetOmOptype

Description

Obtains the operator type of a model.

Prototype

APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.

std::string GetOmOptype () const

Status GetOmOptype(ge::AscendString &om_op_type) const

Parameters

Parameter

Input/Output

Description

om_op_type

Output

Operator type of a model.

Restrictions

None