Skip to content

Commit

Permalink
[onert-micro] Fix TrainableWeightStorage path (#11545)
Browse files Browse the repository at this point in the history
This commit fixes TrainableWeightStorage path in onert-micro

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>

Co-authored-by: Artem Balyshev <[email protected]>
  • Loading branch information
BalyshevArtem and Artem Balyshev authored Sep 18, 2023
1 parent 7bb2ad8 commit 4148adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#ifdef ENABLE_TRAINING

#include "luci_interpreter/core/TrainableWeightStorage.h"
#include "luci_interpreter/TrainableWeightStorage.h"

namespace luci_interpreter
{
Expand Down
2 changes: 1 addition & 1 deletion onert-micro/luci-interpreter/src/core/TrainingGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define LUCI_INTERPRETER_SRC_CORE_TRAINING_GRAPH_H

#include "luci_interpreter/TrainingSettings.h"
#include "luci_interpreter/core/TrainableWeightStorage.h"
#include "luci_interpreter/TrainableWeightStorage.h"
#include "luci_interpreter/core/reader/CircleMicroReader.h"
#include "memory_managers/SimpleMemoryManager.h"

Expand Down
2 changes: 1 addition & 1 deletion onert-micro/luci-interpreter/src/core/TrainingModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "core/RuntimeModule.h"

#include "luci_interpreter/core/TrainableWeightStorage.h"
#include "luci_interpreter/TrainableWeightStorage.h"
#include "TrainingGraph.h"

namespace luci_interpreter
Expand Down

0 comments on commit 4148adb

Please sign in to comment.