File tree Expand file tree Collapse file tree
zephyr/samples/mv2-ethosu/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments