blob: ffee50861ac9fbb63572120f748aabcb9a87054d [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa01c577f2c2018-08-31 09:22:23 +01004//
5
6#pragma once
7
David Beck0dbe0ee2018-09-24 15:59:27 +01008#include <backends/neon/workloads/NeonWorkloadUtils.hpp>
telsoa01c577f2c2018-08-31 09:22:23 +01009
10namespace armnn
11{
12
13arm_compute::Status NeonDepthwiseConvolutionWorkloadValidate(const TensorInfo& input,
14 const TensorInfo& output,
15 const DepthwiseConvolution2dDescriptor& descriptor,
16 const TensorInfo& weights,
David Beck5eec11d2018-10-04 15:43:17 +010017 const Optional<TensorInfo>& biases);
telsoa01c577f2c2018-08-31 09:22:23 +010018
19} // namespace armnn