Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c97 tensordef->dataLen = input_node_data_buffer->array_byte_size; in SetInputTensorDef()
315 input_node_data_buffer->array_byte_size = 0; in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()
347 int array_byte_size = x * y * z * d * type_byte_size; in hexagon_controller_CopyByteNodeData() local
349 array_byte_size); in hexagon_controller_CopyByteNodeData()
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()
357 memcpy(input_node_data_buffer->byte_array_data, array_data, array_byte_size); in hexagon_controller_CopyByteNodeData()
358 input_node_data_buffer->array_byte_size = array_byte_size; in hexagon_controller_CopyByteNodeData()
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/
Dsoc_interface.c115 node_data->array_byte_size = buf_byte_size; in soc_interface_FillInputNodeWithPort()
130 int array_byte_size = -1; in soc_interface_ReadOutputNodeWithPort() local
132 hexagon_controller_GetOutputNodeDataBuffer(port, &array_byte_size); in soc_interface_ReadOutputNodeWithPort()
133 if (array_byte_size < 0) { in soc_interface_ReadOutputNodeWithPort()
138 *buf_byte_size = array_byte_size; in soc_interface_ReadOutputNodeWithPort()
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/include/
Dnode_data_float.h32 int array_byte_size; member
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1291 size_t array_byte_size = in DedupeConstantArrays() local
1293 if (array_byte_size < min_size) { in DedupeConstantArrays()