23.08
|
#include <depthwise_depthfirst_generic.hpp>
Public Types | |
using | KernelType = typename GenericDepthfirstKernelStrategyFunctionType< TInput, TOutput, TAccum >::KernelType |
Public Member Functions | |
GenericDepthfirstKernelStrategy (unsigned int n_output_points, arm_gemm::VLType vl_type, unsigned int accumulator_depth_vl=1) | |
virtual | ~GenericDepthfirstKernelStrategy ()=default |
virtual arm_gemm::VLType | get_vl_type () const |
virtual unsigned int | get_accumulator_depth_vl () const |
virtual unsigned int | get_n_output_points () const |
virtual KernelType | get_kernel (void) const =0 |
Definition at line 45 of file depthwise_depthfirst_generic.hpp.
using KernelType = typename GenericDepthfirstKernelStrategyFunctionType<TInput, TOutput, TAccum>::KernelType |
Definition at line 63 of file depthwise_depthfirst_generic.hpp.
|
inline |
Definition at line 52 of file depthwise_depthfirst_generic.hpp.
|
virtualdefault |
|
inlinevirtual |
Definition at line 60 of file depthwise_depthfirst_generic.hpp.
|
pure virtual |
|
inlinevirtual |
Definition at line 61 of file depthwise_depthfirst_generic.hpp.
|
inlinevirtual |
Definition at line 59 of file depthwise_depthfirst_generic.hpp.