blob: eec432be86cfb56ed095fb26b9f56c602eef38a3 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include "backends/NeonWorkloadUtils.hpp"
#include <boost/optional.hpp>
namespace armnn
{
arm_compute::Status NeonDepthwiseConvolutionWorkloadValidate(const TensorInfo& input,
const TensorInfo& output,
const DepthwiseConvolution2dDescriptor& descriptor,
const TensorInfo& weights,
const boost::optional<TensorInfo>& biases);
} // namespace armnn