Tizen Native API  6.5
Machine Learning

Overview

API Description
Pipeline Provides interfaces to create and execute stream pipelines with neural networks and sensors.
Single Provides interfaces to invoke a neural network model with a single instance of input data.
Trainer Provides interfaces to create and train Machine Learning models on the device locally.

Enumeration Type Documentation

enum ml_error_e

Enumeration for the error codes of NNStreamer.

Since :
5.5
Enumerator:
ML_ERROR_NONE 

Success!

ML_ERROR_INVALID_PARAMETER 

Invalid parameter

ML_ERROR_STREAMS_PIPE 

Cannot create or access the pipeline.

ML_ERROR_TRY_AGAIN 

The pipeline is not ready, yet (not negotiated, yet)

ML_ERROR_UNKNOWN 

Unknown error

ML_ERROR_TIMED_OUT 

Time out

ML_ERROR_NOT_SUPPORTED 

The feature is not supported

ML_ERROR_PERMISSION_DENIED 

Permission denied

ML_ERROR_OUT_OF_MEMORY 

Out of memory (Since 6.0)