Searched refs:array_byte_size (Results 1 – 4 of 4) sorted by relevance
97 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() local349 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()
115 node_data->array_byte_size = buf_byte_size; in soc_interface_FillInputNodeWithPort()130 int array_byte_size = -1; in soc_interface_ReadOutputNodeWithPort() local132 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()
32 int array_byte_size; member
1291 size_t array_byte_size = in DedupeConstantArrays() local1293 if (array_byte_size < min_size) { in DedupeConstantArrays()