// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include "BaseIterator.hpp" #include #include namespace armnn { /// Performs the reciprocal squareroot function elementwise /// on the inputs to give the outputs. void Rsqrt(Decoder& in, Encoder& out, const TensorInfo& tensorInfo); } //namespace armnn