23.11
|
#include "arm_compute/runtime/Array.h"
#include "arm_compute/runtime/NEON/INESimpleFunction.h"
#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
#include "arm_compute/runtime/NEON/NEScheduler.h"
#include "src/core/NEON/kernels/NEFillBorderKernel.h"
#include "src/cpu/ICpuOperator.h"
#include "tests/Globals.h"
#include <algorithm>
#include <array>
#include <memory>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | NESynthetizeFunction< K > |
This template synthetizes an INESimpleFunction which runs the given kernel K. More... | |
class | NESynthetizeFunctionWithZeroConstantBorder< K, bordersize > |
As above but this also setups a Zero border on the input tensor of the specified bordersize. More... | |
class | NESynthetizeFunctionWithZeroConstantKernelBorder< K > |
As above but this also setups a Zero border on the input tensor of the kernel's bordersize. More... | |
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
arm_compute::test | |
Functions | |
template<typename D , typename T , typename... Ts> | |
void | fill_tensors (D &&dist, std::initializer_list< int > seeds, T &&tensor, Ts &&... other_tensors) |