|
25.02
|
#include "Resize.hpp"#include "TensorBufferArrayView.hpp"#include <armnn/utility/NumericCast.hpp>#include <armnn/Utils.hpp>#include <cmath>#include <algorithm>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| void | Resize (Decoder< float > &in, const TensorInfo &inputInfo, Encoder< float > &out, const TensorInfo &outputInfo, DataLayoutIndexed dataLayout, ResizeMethod resizeMethod, bool alignCorners, bool halfPixelCenters) |