GetDynamicInputNum
Description
Obtains the actual number of dynamic inputs of an operator.
Prototype
APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.
int32_t GetDynamicInputNum(const std::string &name) const
int32_t GetDynamicInputNum(const char_t *name) const
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of the dynamic inputs of an operator. |
Returns
Actual number of dynamic inputs.
If name is invalid or the operator has no dynamic input, –1 is returned.
Restrictions
None
Parent topic: Operator