From 00de9ee6aaa6328980a6d1c6b04fa75741194de3 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Wed, 23 Mar 2022 14:59:56 +0100 Subject: Initial support for inference cancellation Infransctrure work to being able to send back and forth requests and responses for inference cancellations. The implementation is stubbed to always fail in this commit. Change-Id: Id7848930b81a3f38fe6c05323ccca2edd6b5b5bf --- applications/message_handler/message_handler.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/message_handler/message_handler.hpp') diff --git a/applications/message_handler/message_handler.hpp b/applications/message_handler/message_handler.hpp index 60787e8..fa79205 100644 --- a/applications/message_handler/message_handler.hpp +++ b/applications/message_handler/message_handler.hpp @@ -59,6 +59,7 @@ private: void sendNetworkInfoRsp(uint64_t userArg, EthosU::ethosu_core_network_buffer &network); void sendInferenceRsp(EthosU::ethosu_core_inference_rsp &inference); void sendFailedInferenceRsp(uint64_t userArg, uint32_t status); + void sendCancelInferenceRsp(uint64_t userArg, uint32_t status); void readCapabilties(EthosU::ethosu_core_msg_capabilities_rsp &rsp); MessageQueue::QueueImpl inputMessageQueue; -- cgit v1.2.1