DelInputWithOriginalType

Description

Deletes an input edge of an operator based on the operator type.

Prototype

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

OpRegistrationData &DelInputWithOriginalType(int32_t input_idx, const std::string &ori_type)

OpRegistrationData &DelInputWithOriginalType(int32_t input_idx, const char_t *ori_type)

Parameters

Parameter

Input/Output

Description

input_idx

Input

Index of the input edge to delete

ori_type

Input

Original operator type

Restrictions

None