Class Pipeline.SwitchNode

Definition

Namespace:
Tizen.MachineLearning.Inference
Assembly:
Tizen.MachineLearning.Inference.dll
API Level:
8

SwitchNode class to handle the switch node.

C#
Copy
public class SwitchNode : Pipeline.NodeInfo
Inheritance
Pipeline.SwitchNode

Methods

View Source

Select(String)

Selects input/output pad.

Declaration
C#
Copy
public void Select(string padName)
Parameters
Type Name Description
String padName

The pad name to be activated.

API Level: 8
Feature: http://tizen.org/feature/machine_learning.inference

Extension Methods