Class Pipeline.SourceNode
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
SourceNode class to handle the source node.
public class Pipeline.SourceNode : Pipeline.NodeInfo
- Inheritance
Methods
View SourceInput(TensorsData)
Inputs tensor data to source node.
Declaration
public void Input(TensorsData data)
Parameters
Type | Name | Description |
---|---|---|
Tensors |
data | The tensors data |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the feature is not supported. |
System. |
Thrown when the method failed due to an invalid parameter. |
System. |
Thrown when the node is invalid, or failed to input tensors data. |