[Profile/Fix] Increase the max length of layer name
authorDongju Chae <dongju.chae@samsung.com>
Wed, 24 Mar 2021 03:56:51 +0000 (12:56 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 25 Mar 2021 07:52:46 +0000 (16:52 +0900)
This patch increases the max lengh of layer name.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
include/common/typedef.h

index 0e62586..a83e912 100644 (file)
@@ -323,8 +323,8 @@ typedef struct {
  * Note that negative values mean non-supported profiling info.
  */
 
-#define NPU_PROFILE_SIZE (128)
-#define NPU_OPNAME_MAX    (32)
+#define NPU_PROFILE_SIZE (256)
+#define NPU_OPNAME_MAX   (128)
 
 typedef struct {
   union {