nnstreamer now supports max 256 tensors in the buffer.
Increase max memories in nnstreamer-edge handle.
TODO:
We will fix the util functions in edge elements of nnstreamer, to handle memories in gst-buffer.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
/**
* @brief The maximum number of data instances that nnstreamer-edge data may have.
*/
-#define NNS_EDGE_DATA_LIMIT (16)
+#define NNS_EDGE_DATA_LIMIT (256)
/**
* @brief Enumeration for the error codes of nnstreamer-edge (linux standard error, sync with tizen error code).