GetOmOptype

Function Usage

Obtains the operator type of a model.

Prototype

APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.

1
2
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.

Constraints

None