19.05
|
#include "arm_compute/core/Types.h"
#include "tests/SimpleTensor.h"
#include "tests/validation/Helpers.h"
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2018 ARM Limited. | |
arm_compute::test | |
arm_compute::test::validation | |
arm_compute::test::validation::reference | |
Functions | |
template<typename T > | |
SimpleTensor< T > | pad_layer (const SimpleTensor< T > &src, const PaddingList &paddings, const PixelValue const_value=PixelValue(), const PaddingMode mode=PaddingMode::CONSTANT) |
Reference function to pad an ND tensor. More... | |