Searched refs:buf_byte_size (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/ |
D | soc_interface.c | 102 uint64_t buf_byte_size) { in soc_interface_FillInputNodeWithPort() argument 106 if (buf_byte_size > node_data->max_buf_byte_size) { in soc_interface_FillInputNodeWithPort() 110 memcpy(node_data->byte_array_data, buf, buf_byte_size); in soc_interface_FillInputNodeWithPort() 115 node_data->array_byte_size = buf_byte_size; in soc_interface_FillInputNodeWithPort() 121 uint64_t buf_byte_size) { in soc_interface_FillInputNodeFloat() argument 123 /*port=*/0, x, y, z, d, buf, buf_byte_size); in soc_interface_FillInputNodeFloat() 128 uint64_t* buf_byte_size) { in soc_interface_ReadOutputNodeWithPort() argument 138 *buf_byte_size = array_byte_size; in soc_interface_ReadOutputNodeWithPort() 143 uint8_t** buf, uint64_t* buf_byte_size) { in soc_interface_ReadOutputNodeFloat() argument 144 return soc_interface_ReadOutputNodeWithPort(/*port=*/0, buf, buf_byte_size); in soc_interface_ReadOutputNodeFloat()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | soc_interface.h | 54 uint64_t buf_byte_size); 59 uint64_t buf_byte_size); 63 uint64_t* buf_byte_size); 67 uint8_t** buf, uint64_t* buf_byte_size);
|
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/include/ |
D | soc_interface.h | 55 uint64_t buf_byte_size); 60 uint64_t buf_byte_size); 64 uint64_t* buf_byte_size); 68 uint8_t** buf, uint64_t* buf_byte_size);
|