aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/cortex_a/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/cortex_a/events.py')
-rw-r--r--src/mlia/target/cortex_a/events.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mlia/target/cortex_a/events.py b/src/mlia/target/cortex_a/events.py
index a172d0d..76f17ba 100644
--- a/src/mlia/target/cortex_a/events.py
+++ b/src/mlia/target/cortex_a/events.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Cortex-A MLIA module events."""
from dataclasses import dataclass
@@ -14,7 +14,7 @@ class CortexAAdvisorStartedEvent(Event):
"""Event with Cortex-A advisor parameters."""
model: Path
- device: CortexAConfiguration
+ target: CortexAConfiguration
class CortexAAdvisorEventHandler(EventDispatcher):