DelInputWithOriginalType

Function Usage

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

Prototype

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

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

Constraints

None