|
24.08
|
#include "Tile.hpp"#include "Encoders.hpp"#include <numeric>#include <armnn/backends/WorkloadData.hpp>#include <armnn/Logging.hpp>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| std::vector< uint32_t > | IndexToCoordinates (std::vector< uint32_t > &shape, uint32_t index) |
| uint32_t | CoordinatesToIndex (TensorShape &shape, std::vector< uint32_t > &coordinates) |
| void | Tile (const TileDescriptor ¶ms, const TensorInfo &inputInfo, Decoder< float > &inputDecoder, Encoder< float > &outputEncoder) |