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