Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c69 if (s_input_node_data_buffer[i].max_buf_byte_size == 0) { in GetInputNodeCount()
250 if (s_input_node_data_buffer[port].max_buf_byte_size != 0) { in hexagon_controller_AllocateInputNodeDataBuffers()
254 s_input_node_data_buffer[port].max_buf_byte_size = input_buf_byte_size; in hexagon_controller_AllocateInputNodeDataBuffers()
310 if (input_node_data_buffer->max_buf_byte_size == 0) { in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()
314 input_node_data_buffer->max_buf_byte_size = 0; in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()
352 if (input_node_data_buffer->max_buf_byte_size < array_byte_size) { in hexagon_controller_CopyByteNodeData()
354 input_node_data_buffer->max_buf_byte_size, array_byte_size); in hexagon_controller_CopyByteNodeData()
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/include/
Dnode_data_float.h31 int max_buf_byte_size; member
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/
Dsoc_interface.c106 if (buf_byte_size > node_data->max_buf_byte_size) { in soc_interface_FillInputNodeWithPort()