Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/neural_net/
Dintel_gna.c54 struct intel_gna_pending_resp pending_resp; local
59 pending_resp.response.result = GNA_RESULT_GENERIC_ERROR;
64 pending_resp.response.result =
70 pending_resp.response.result =
76 pending_resp.response.result = GNA_RESULT_INFERENCE_COMPLETE;
87 pending_resp.response.output = pending_req.output;
88 pending_resp.response.output_len = pending_req.output_len;
89 pending_resp.callback = pending_req.callback;
91 pending_resp.response.stats.cycles_per_sec = 200000000U;
93 pending_resp.response.stats.total_cycles = regs->gnaptc;
[all …]