Searched refs:data_in (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonController.cpp | 146 uint32_t width_in, uint32_t depth_in, const uint8_t* data_in, in execute() argument 150 CONTROLLER_CHECK(execute, id, batches_in, height_in, width_in, depth_in, data_in, data_len_in, in execute() 181 int Controller::PrintLog(const uint8_t* data_in, unsigned int data_in_len) { in PrintLog() argument 182 CONTROLLER_CHECK(PrintLog, data_in, data_in_len); in PrintLog()
|
D | HexagonController.h | 80 uint32_t depth_in, const uint8_t* data_in, uint32_t data_len_in, 99 int PrintLog(const uint8_t* data_in, unsigned int data_in_len);
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/ |
D | hexagon_nn_controller.h | 105 unsigned int depth_in, const unsigned char* data_in, 129 typedef int (*hexagon_nn_controller_PrintLog_fn)(const unsigned char* data_in,
|