ArmNN
 25.11
Loading...
Searching...
No Matches
IGraphObservable.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7#include "Layer.hpp"
8
9namespace armnn
10{
11
17
19{
20public:
21 virtual void Update(Layer* graphLayer) = 0;
22
23protected:
24 virtual ~IGraphObservable() = default;
25};
26
27} //namespace armnn
28
virtual void Update(Layer *graphLayer)=0
virtual ~IGraphObservable()=default
Copyright (c) 2021 ARM Limited and Contributors.