GetInputsSize
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/gnode.h>
- Library file: libgraph.so
Function Usage
Obtains the input count of an operator, as defined in the operator definition.
Prototype
1 | size_t GetInputsSize() const |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
size_t |
Input count. |
Constraints
None
Parent topic: GNode