Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c100 TFMLOGD("%d: val = %f", i, data[i]); in hexagon_controller_PrintMaxNIdx()
104 TFMLOGD("Too many N %d >= %d", n, entries); in hexagon_controller_PrintMaxNIdx()
112 TFMLOGD("=== RANKING ==="); in hexagon_controller_PrintMaxNIdx()
114 TFMLOGD("%d: id = %d, val = %f", i, out_ranking[i], data[out_ranking[i]]); in hexagon_controller_PrintMaxNIdx()
164 TFMLOGD("Init graph (inception version = %d) done.", version); in hexagon_controller_InitGraph()
174 TFMLOGD("Prepare success!\n"); in hexagon_controller_ConstructGraph()
190 TFMLOGD("Preparing to execute... in = %d, out = %d", input_count, in hexagon_controller_ExecuteGraphWithMultipleInOut()
219 TFMLOGD("Preparing to execute..."); in hexagon_controller_ExecuteGraph()
220 TFMLOGD("Input: %d, %d, %d, %d, %d, %d", batches, height, width, depth, in hexagon_controller_ExecuteGraph()
222 TFMLOGD("Output: %d, %p", output_val_byte_size, out_vals); in hexagon_controller_ExecuteGraph()
[all …]
Dhexagon_controller.c205 TFMLOGD("%d x %d x %d x %d, byte size = %d, buf size = %d\n", out_batches, in hexagon_controller_ExecuteGraphWithBuffer()
212 TFMLOGD("Result is correct! %d, %d", out_ranking[0], out_ranking[1]); in hexagon_controller_ExecuteGraphWithBuffer()
215 TFMLOGD("Result is wrong! %d, %d", out_ranking[0], out_ranking[1]); in hexagon_controller_ExecuteGraphWithBuffer()
230 TFMLOGD("PrintGraph %s\n", s_print_buf); in hexagon_controller_PrintGraph()
248 TFMLOGD("Allocate memory for input node data. port = %d, size = %d", port, in hexagon_controller_AllocateInputNodeDataBuffers()
257 TFMLOGD("allocate input node data buffers done"); in hexagon_controller_AllocateInputNodeDataBuffers()
264 TFMLOGD("Allocate memory for output node data. port = %d, size = %d", port, in hexagon_controller_AllocateOutputNodeDataBuffers()
275 TFMLOGD("allocate output node data buffers"); in hexagon_controller_AllocateOutputNodeDataBuffers()
348 TFMLOGD("--- %d, %d, %d, %d, %d, %d", x, y, z, d, type_byte_size, in hexagon_controller_CopyByteNodeData()
399 TFMLOGD("Return value from dspCV_initQ6() : %d\n", retval); in hexagon_controller_InitHexagonWithMaxAttributes()
[all …]
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/
Dsoc_interface.c43 TFMLOGD("GetWrapperVersion"); in soc_interface_GetWrapperVersion()
48 TFMLOGD("GetSocControllerVersion"); in soc_interface_GetSocControllerVersion()
53 TFMLOGD("Init"); in soc_interface_Init()
61 TFMLOGD("Finalize"); in soc_interface_Finalize()
67 TFMLOGD("ExecuteGraph"); in soc_interface_ExecuteGraph()
82 TFMLOGD("TeardownGraph"); in soc_interface_TeardownGraph()
95 TFMLOGD("AllocateInOutNodeBuffers"); in soc_interface_AllocateInOutNodeBuffers()
103 TFMLOGD("FillInputNodeWithPort %d", port); in soc_interface_FillInputNodeWithPort()
129 TFMLOGD("ReadOutputNodeWithPort"); in soc_interface_ReadOutputNodeWithPort()
148 TFMLOGD("SetupGraphDummy"); in soc_interface_setupDummyGraph()
[all …]
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_log/include/
Dtfm_log.h45 #define TFMLOGD(fmt, ...) \ macro