blob: 6e96c2d2b4d68cca01298805f731ce014daa94d8 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <neon/workloads/NeonWorkloadUtils.hpp>
namespace armnn
{
arm_compute::Status NeonSoftmaxWorkloadValidate(const TensorInfo& input,
const TensorInfo& output,
const SoftmaxDescriptor& descriptor);
} //namespace armnn