From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...ter_selection_command_handler_8hpp_source.xhtml | 123 +++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 20.02/_per_job_counter_selection_command_handler_8hpp_source.xhtml (limited to '20.02/_per_job_counter_selection_command_handler_8hpp_source.xhtml') diff --git a/20.02/_per_job_counter_selection_command_handler_8hpp_source.xhtml b/20.02/_per_job_counter_selection_command_handler_8hpp_source.xhtml new file mode 100644 index 0000000000..21cf0bf9c8 --- /dev/null +++ b/20.02/_per_job_counter_selection_command_handler_8hpp_source.xhtml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + +ArmNN: src/profiling/PerJobCounterSelectionCommandHandler.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
PerJobCounterSelectionCommandHandler.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "Packet.hpp"
11 
12 namespace armnn
13 {
14 
15 namespace profiling
16 {
17 
19 {
20 
21 public:
23  uint32_t packetId,
24  uint32_t version,
25  const ProfilingStateMachine& profilingStateMachine)
26  : CommandHandlerFunctor(familyId, packetId, version)
27  , m_StateMachine(profilingStateMachine)
28  {}
29 
30  void operator()(const Packet& packet) override;
31 
32 private:
33  const ProfilingStateMachine& m_StateMachine;
34 };
35 
36 } // namespace profiling
37 
38 } // namespace armnn
39 
+ + + + +
Copyright (c) 2020 ARM Limited.
+ + + +
PerJobCounterSelectionCommandHandler(uint32_t familyId, uint32_t packetId, uint32_t version, const ProfilingStateMachine &profilingStateMachine)
+
+
+ + + + -- cgit v1.2.1