Class Pipeline.SwitchNode

    Definition

    Namespace:
    Tizen.MachineLearning.Inference
    Assembly:
    Tizen.MachineLearning.Inference.dll

    SwitchNode class to handle the switch node.

    public class Pipeline.SwitchNode : Pipeline.NodeInfo
    Inheritance
    object
    Pipeline.NodeInfo
    Pipeline.SwitchNode

    Methods

    View Source

    Select(string)

    Selects input/output pad.

    Declaration
    public void Select(string padName)
    Parameters
    Type Name Description
    string padName

    The pad name to be activated.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX