Home
last modified time | relevance | path

Searched refs:PRINT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c41 static const uint32_t PRINT_BUFSIZE = 2 * 1024 * 1024; variable
51 #define PRINT_BUFSIZE (2 * 1024 * 1024) macro
53 static unsigned char s_print_buf[PRINT_BUFSIZE];
229 int retval = hexagon_nn_snpprint(id, s_print_buf, PRINT_BUFSIZE); in hexagon_controller_PrintGraph()