Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c58 static struct NodeDataFloat s_input_node_data_buffer[MAX_INPUTS];
90 struct NodeDataFloat* input_node_data_buffer = in SetInputTensorDef()
308 struct NodeDataFloat* input_node_data_buffer = in hexagon_controller_ReleaseInputNodeDataBuffersWithPort()
350 struct NodeDataFloat* input_node_data_buffer = &s_input_node_data_buffer[0]; in hexagon_controller_CopyByteNodeData()
420 struct NodeDataFloat* hexagon_controller_GetInputNodeDataBuffer(int port) { in hexagon_controller_GetInputNodeDataBuffer()
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/include/
Dnode_data_float.h26 struct NodeDataFloat { struct
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/include/
Dhexagon_controller.h87 struct NodeDataFloat* hexagon_controller_GetInputNodeDataBuffer(int port);
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/
Dsoc_interface.c104 struct NodeDataFloat* node_data = in soc_interface_FillInputNodeWithPort()