Searched refs:tensordef (Results 1 – 2 of 2) sorted by relevance
85 static bool SetInputTensorDef(int port, hexagon_nn_tensordef* tensordef) { in SetInputTensorDef() argument92 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()103 hexagon_nn_tensordef* tensordef) { in hexagon_controller_SetAllInputTensorDef() argument110 SetInputTensorDef(i, &tensordef[i]); in hexagon_controller_SetAllInputTensorDef()115 static bool SetOutputTensorDef(int port, hexagon_nn_tensordef* tensordef) { in SetOutputTensorDef() argument[all …]
45 hexagon_nn_tensordef* tensordef);48 hexagon_nn_tensordef* tensordef);