Input - the data input element.
The Input element has the following properties:
- Name - the Input element name. The name must be a valid C identifier, must be
unique and can't exceed 63 characters.
- Graph - Name of the associated graph.
- Element Type - Type of the element which is connected to this Input and receives
data from it.
- Kernel Inputs- Names of the kernel input ports which receive data from this Input
element.