ArmNN
 20.05
PrintPacketHeaderHandler.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 #include <Packet.hpp>
10 
11 namespace armnn
12 {
13 
14 namespace profiling
15 {
16 
18 {
19  virtual std::vector<uint32_t> GetHeadersAccepted();
20 
21  virtual void HandlePacket(const Packet& packet);
22 };
23 
24 } // namespace profiling
25 
26 } // namespace armnn
Copyright (c) 2020 ARM Limited.