Skip to content

Commit

Permalink
[Common] max memories in nns-edge
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jaeyun-jung committed Nov 9, 2023
1 parent 7ae5a01 commit ef28883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nnstreamer-edge.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef int64_t nns_ssize_t;
/**
* @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).
Expand Down

0 comments on commit ef28883

Please sign in to comment.