// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "BaseIterator.hpp" #include "Decoders.hpp" #include "Encoders.hpp" #include #include namespace armnn { /// Creates a tensor and fills it with a scalar value. void Fill(Encoder& output, const TensorShape& desiredOutputShape, const float value); } //namespace armnn