Skip to content

Commit 768a02e

Browse files
committed
Remove unused include and add license header to mv2_input.h
- Remove unused runner_util/inputs.h include from main.cpp - Add BSD license header to mv2_input.h for repo consistency
1 parent eeb54c9 commit 768a02e

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

zephyr/samples/mv2-ethosu/src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include <executorch/examples/arm/executor_runner/arm_memory_allocator.h>
1212
#include <executorch/extension/data_loader/buffer_data_loader.h>
13-
#include <executorch/extension/runner_util/inputs.h>
1413
#include <executorch/runtime/core/memory_allocator.h>
1514
#include <executorch/runtime/executor/program.h>
1615
#include <executorch/runtime/platform/log.h>

zephyr/samples/mv2-ethosu/src/mv2_input.h

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
/* Static input data for MobileNetV2 INT8 model */
2-
/* Input shape: [1, 3, 224, 224] - RGB image */
1+
/* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* All rights reserved.
3+
* Copyright 2025-2026 Arm Limited and/or its affiliates.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*
8+
* Static input data for MobileNetV2 INT8 model
9+
* Input shape: [1, 3, 224, 224] - RGB image
10+
*/
311

412
#ifndef MV2_INPUT_H
513
#define MV2_INPUT_H

0 commit comments

Comments
 (0)