Class Pipeline.SwitchNode
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
SwitchNode class to handle the switch node.
public class Pipeline.SwitchNode : Pipeline.NodeInfo
- Inheritance
Methods
View SourceSelect(string)
Selects input/output pad.
Declaration
public void Select(string padName)
Parameters
Type | Name | Description |
---|---|---|
string | padName | The pad name to be activated. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the feature is not supported. |
System.ArgumentException | Thrown when the method failed due to an invalid parameter. |
System.InvalidOperationException | Thrown when the node is invalid. |