blob: 35cacede6657baa94467a7e204e560795e1b8b50 [file] [log] [blame]
Mohamed Nour Abouelseouda1d3c6a2018-12-27 12:39:16 +00001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include <armnn/Tensor.hpp>
7#include <armnn/Types.hpp>
8
9namespace armnn
10{
11
12/// Performs the reciprocal squareroot function elementwise
13/// on the inputs to give the outputs.
14void Rsqrt(const float* in,
15 float* out,
16 const TensorInfo& tensorInfo);
17
18} //namespace armnn