Updated on 2022-03-13 GMT+08:00

OriginOpType

Function

Sets the operator type or operator type list of the original model.

Syntax

  • Setting the operator type list:

    OpRegistrationData& OriginOpType (const std::initializer_list<std::string> & ori_optype_list);

  • Setting the operator type:

    OpRegistrationData& OriginOpType (const std::string& ori_optype);

Parameter Description

Parameter

Input/Output

Description

ori_optype_list

Input

Operator type list of the original model

ori_optype

Input

Operator type of the original model