23.11
|
#include <CpuWinogradConv2dKernel.h>
Public Member Functions | |
CpuWinogradConv2dTransformOutputKernel (const CpuWinogradConv2dTransformOutputKernel &)=delete | |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
CpuWinogradConv2dTransformOutputKernel & | operator= (const CpuWinogradConv2dTransformOutputKernel &)=delete |
Prevent instances of this class from being copied (As this class contains pointers) More... | |
CpuWinogradConv2dTransformOutputKernel (CpuWinogradConv2dTransformOutputKernel &&)=delete | |
Prevent instances of this class from being moved it contains references. More... | |
CpuWinogradConv2dTransformOutputKernel & | operator= (CpuWinogradConv2dTransformOutputKernel &&)=delete |
Prevent instances of this class from being moved it contains references. More... | |
CpuWinogradConv2dTransformOutputKernel (arm_conv::winograd::WinogradImpl &w_impl, arm_conv::ConvolutionArgs &_c_args, uint32_t nthreads) | |
void | run_op (ITensorPack &tensors, const Window &window, const ThreadInfo &info) override |
Execute the kernel on the passed window. More... | |
const char * | name () const override |
Name of the kernel. More... | |
![]() | |
virtual | ~ICPPKernel ()=default |
Default destructor. More... | |
virtual void | run (const Window &window, const ThreadInfo &info) |
Execute the kernel on the passed window. More... | |
virtual void | run_nd (const Window &window, const ThreadInfo &info, const Window &thread_locator) |
legacy compatibility layer for implemantions which do not support thread_locator In these cases we simply narrow the interface down the legacy version More... | |
virtual size_t | get_mws (const CPUInfo &platform, size_t thread_count) const |
Return minimum workload size of the relevant kernel. More... | |
![]() | |
IKernel () | |
Constructor. More... | |
virtual | ~IKernel ()=default |
Destructor. More... | |
virtual bool | is_parallelisable () const |
Indicates whether or not the kernel is parallelisable. More... | |
virtual BorderSize | border_size () const |
The size of the border for that kernel. More... | |
const Window & | window () const |
The maximum window the kernel can be executed on. More... | |
bool | is_window_configured () const |
Function to check if the embedded window of this kernel has been configured. More... | |
Additional Inherited Members | |
![]() | |
static const auto * | get_implementation (const SelectorType &selector, KernelSelectionType selection_type=KernelSelectionType::Supported) |
Micro-kernel selector. More... | |
![]() | |
static constexpr size_t | default_mws = 1 |
Definition at line 74 of file CpuWinogradConv2dKernel.h.
|
delete |
Prevent instances of this class from being copied (As this class contains pointers)
Prevent instances of this class from being moved it contains references.
CpuWinogradConv2dTransformOutputKernel | ( | arm_conv::winograd::WinogradImpl & | w_impl, |
arm_conv::ConvolutionArgs & | _c_args, | ||
uint32_t | nthreads | ||
) |
Definition at line 64 of file CpuWinogradConv2dKernel.cpp.
|
inlineoverridevirtual |
Name of the kernel.
Implements ICPPKernel.
Definition at line 96 of file CpuWinogradConv2dKernel.h.
|
delete |
Prevent instances of this class from being copied (As this class contains pointers)
|
delete |
Prevent instances of this class from being moved it contains references.
|
overridevirtual |
Execute the kernel on the passed window.
[in] | tensors | A vector containing the tensors to operate on. |
[in] | window | Region on which to execute the kernel. (Must be a region of the window returned by window()) |
[in] | info | Info about executing thread and CPU. |
Reimplemented from ICPPKernel.
Definition at line 72 of file CpuWinogradConv2dKernel.cpp.
References arm_compute::ACL_DST, arm_compute::ACL_INT, arm_compute::ACL_SRC_0, arm_compute::ACL_SRC_1, ARM_COMPUTE_UNUSED, ITensor::buffer(), ITensorInfo::element_size(), ITensorPack::get_const_tensor(), ITensorPack::get_tensor(), arm_compute::cpu::height_idx, ITensor::info(), arm_compute::test::validation::info, ITensorInfo::offset_first_element_in_bytes(), ITensorInfo::strides_in_bytes(), arm_compute::cpu::width_idx, IKernel::window(), and arm_compute::test::validation::reference::winograd_output_transform().