Enum Pipeline.NodeType
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
Node type of NNStreamer pipeline.
public enum Pipeline.NodeType
Fields
Name | Description |
---|---|
Normal | The normal node of the pipeline. |
Sink | The sink node. |
Source | The source node. |
Switch | The switch node. |
Valve | The valve node. |