Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dhexagon_controller.c56 #define MAX_OUTPUTS 10 macro
59 static uint8_t* s_output_node_data_buffer[MAX_OUTPUTS];
60 static int s_output_node_data_buffer_max_byte_size[MAX_OUTPUTS];
61 static int s_output_node_data_array_byte_size[MAX_OUTPUTS];
77 for (int i = 0; i < MAX_OUTPUTS; ++i) { in GetOutputNodeCount()