Namespace Tizen.MachineLearning.Inference
Classes
CustomFilter
The CustomFilter class provides interfaces to create a custom-filter in the pipeline.
DataReceivedEventArgs
An extended EventArgs class that contains newly received tensors data
Pipeline
The Pipeline class provides interfaces to create and execute stream pipelines with neural networks.
Pipeline.Node
Node class to handle the properties of NNStreamer pipelines.
Pipeline.NodeInfo
NodeInfo class for node information in pipeline. Note that, node is depend on the pipeline. If the pipeline is closed, all the node information is invalid.
Pipeline.SinkNode
SinkNode class to handle the sink node.
Pipeline.SourceNode
SourceNode class to handle the source node.
Pipeline.SwitchNode
SwitchNode class to handle the switch node.
Pipeline.ValveNode
ValveNode class to handle the valve node.
SingleShot
The SingleShot class loads a Machine Learning model and make inferences from input data.
StateChangedEventArgs
An extended EventArgs class that contains the changed state of the pipeline
TensorsData
The TensorsData class sets and gets the buffer data for each Tensor.
TensorsInfo
The TensorsInfo class manages each Tensor information such as Name, Type and Dimension.
Enums
HWType
Types of hardware resources to be used for NNFWs. Note that if the affinity (nnn) is not supported by the driver or hardware, it is ignored.
NNFWType
Types of Neural Network Framework.
Pipeline.NodeType
Node type of NNStreamer pipeline.
PipelineState
States of NNStreamer pipeline.
TensorType
Possible data element types of Tensor in NNStreamer.