blob: b800056cdf31c907bdf95ed7ce915f7b9101445a [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
Matthew Bentham14e46692018-09-20 15:35:30 +01008#include <armnn/Tensor.hpp>
9#include <arm_compute/core/Error.h>
telsoa01c577f2c2018-08-31 09:22:23 +010010
11namespace armnn
12{
13
14arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo& input,
15 const TensorInfo& output);
16
17} // namespace armnn