Searched refs:TFMLOGE (Results 1 – 4 of 4) sorted by relevance
87 TFMLOGE("Error exceeds input count."); in SetInputTensorDef()106 TFMLOGE("Error invalid input node count."); in hexagon_controller_SetAllInputTensorDef()117 TFMLOGE("Error exceeds output count."); in SetOutputTensorDef()129 TFMLOGE("Error invalid output node count. %d != %d", node_count, in hexagon_controller_SetAllOutputTensorDef()142 TFMLOGE("ERROR!!!! Do not use float data for v1"); in hexagon_controller_InitInputNodeDataToInceptionDummyData()192 TFMLOGE("Execution failed"); in hexagon_controller_ExecuteGraphWithBuffer()232 TFMLOGE("Error on print graph\n"); in hexagon_controller_PrintGraph()251 TFMLOGE("ERROR! input buffer is already allocated!!"); in hexagon_controller_AllocateInputNodeDataBuffers()267 TFMLOGE("ERROR! input buffer is already allocated!!"); in hexagon_controller_AllocateOutputNodeDataBuffers()311 TFMLOGE("ERROR! input buffer has not been allocated yet!!"); in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()[all …]
156 TFMLOGE("Unsupported inception version %d", version); in hexagon_controller_InitGraph()170 TFMLOGE("Prepare failed! returned 0x%x\n", err); in hexagon_controller_ConstructGraph()200 TFMLOGE("execute got err: %d\n", err); in hexagon_controller_ExecuteGraphWithMultipleInOut()300 TFMLOGE("perf info failure"); in hexagon_controller_DumpPerf()
74 TFMLOGE("Graph id has not been set yet."); in soc_interface_ExecuteGraph()85 TFMLOGE("Graph id has not been set yet."); in soc_interface_TeardownGraph()107 TFMLOGE("buf size exceeds max buf size"); in soc_interface_FillInputNodeWithPort()134 TFMLOGE("Failed to read data."); in soc_interface_ReadOutputNodeWithPort()151 TFMLOGE("Failed to setup graph"); in soc_interface_setupDummyGraph()183 TFMLOGE("input count exceeds limit"); in soc_interface_SetOneNodeInputs()199 TFMLOGE("output count exceeds limit"); in soc_interface_SetOneNodeOutputs()219 TFMLOGE("Failed to append const node %d", node_id); in soc_interface_AppendConstNode()235 TFMLOGE("Failed to append const node %d", node_id); in soc_interface_AppendNode()
57 #define TFMLOGE(fmt, ...) \ macro