Searched refs:CONTROLLER_CHECK (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonController.cpp | 52 #define CONTROLLER_CHECK(function, ...) \ macro 107 CONTROLLER_CHECK(init, g); in init() 111 CONTROLLER_CHECK(getlog, id, buf, length); in getlog() 115 CONTROLLER_CHECK(snpprint, id, buf, length); in snpprint() 119 CONTROLLER_CHECK(set_debug_level, id, level); in set_debug_level() 123 CONTROLLER_CHECK(prepare, id); in prepare() 130 CONTROLLER_CHECK(append_node, id, node_id, operation, padding, inputs, num_inputs, outputs, in append_node() 137 CONTROLLER_CHECK(append_const_node, id, node_id, batches, height, width, depth, data, data_len); in append_const_node() 142 CONTROLLER_CHECK(execute_new, id, inputs, n_inputs, outputs, n_outputs); in execute_new() 150 CONTROLLER_CHECK(execute, id, batches_in, height_in, width_in, depth_in, data_in, data_len_in, in execute() [all …]
|