Class Pipeline.SourceNode

    Definition

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

    SourceNode class to handle the source node.

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

    Methods

    View Source

    Input(TensorsData)

    Inputs tensor data to source node.

    Declaration
    public void Input(TensorsData data)
    Parameters
    Type Name Description
    TensorsData data

    The tensors data

    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, or failed to input tensors data.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX