GetInputsSize
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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. |
Restrictions
None
Parent topic: GNode