Class Pipeline.SwitchNode
Definition
- Namespace:
- Tizen.MachineLearning.Inference
- Assembly:
- Tizen.MachineLearning.Inference.dll
- API Level:
- 8
SwitchNode class to handle the switch node.
public class 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 |
---|---|
NotSupportedException | Thrown when the feature is not supported. |
ArgumentException | Thrown when the method failed due to an invalid parameter. |
InvalidOperationException | Thrown when the node is invalid. |