Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c53 static unsigned char s_print_buf[PRINT_BUFSIZE]; variable
229 int retval = hexagon_nn_snpprint(id, s_print_buf, PRINT_BUFSIZE); in hexagon_controller_PrintGraph()
230 TFMLOGD("PrintGraph %s\n", s_print_buf); in hexagon_controller_PrintGraph()