21.02
|
#include "arm_compute/runtime/CL/CLScheduler.h"
#include "arm_compute/runtime/CL/ICLSimpleFunction.h"
#include "arm_compute/runtime/CL/functions/CLFill.h"
#include "arm_compute/runtime/IFunction.h"
#include "src/core/CL/kernels/CLFillBorderKernel.h"
#include "src/core/CL/ICLKernel.h"
#include <memory>
Go to the source code of this file.
Data Structures | |
class | CLSynthetizeFunction< K > |
This template synthetizes an ICLSimpleFunction which runs the given kernel K. More... | |
class | CLSynthetizeFunctionWithZeroConstantBorder< K, bordersize > |
As above but this also setups a Zero border on the input tensor of the specified bordersize. More... | |
class | CLSynthetizeFunctionInitOutputWithZeroAndWithZeroConstantBorder< K, bordersize > |
As above but this also initializes to zero the input tensor. More... | |
Namespaces | |
arm_compute | |
Copyright (c) 2017-2021 Arm Limited. | |
arm_compute::test | |