Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c90 struct NodeDataFloat* input_node_data_buffer = in SetInputTensorDef() local
92 tensordef->batches = input_node_data_buffer->x; in SetInputTensorDef()
93 tensordef->height = input_node_data_buffer->y; in SetInputTensorDef()
94 tensordef->width = input_node_data_buffer->z; in SetInputTensorDef()
95 tensordef->depth = input_node_data_buffer->d; in SetInputTensorDef()
96 tensordef->data = input_node_data_buffer->byte_array_data; in SetInputTensorDef()
97 tensordef->dataLen = input_node_data_buffer->array_byte_size; in SetInputTensorDef()
308 struct NodeDataFloat* input_node_data_buffer = in hexagon_controller_ReleaseInputNodeDataBuffersWithPort() local
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()
[all …]