Enum Pipeline.NodeType
Definition
- Namespace:
- Tizen.MachineLearning.Inference
- Assembly:
- Tizen.MachineLearning.Inference.dll
- API Level:
- 8
Node type of NNStreamer pipeline.
public enum 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. |