Compute Library
 23.08
GenericDepthfirstKernelStrategyFunctionType< TInput, TOutput, TAccum > Struct Template Reference

#include <depthwise_depthfirst_generic.hpp>

Public Types

using KernelType = std::function< void(const TInput *const *const, TOutput *const *const, const void *, const void *, const unsigned int, const unsigned int, const TAccum, const TAccum)>
 

Detailed Description

template<typename TInput, typename TOutput, typename TAccum>
struct arm_conv::depthwise::GenericDepthfirstKernelStrategyFunctionType< TInput, TOutput, TAccum >

Definition at line 33 of file depthwise_depthfirst_generic.hpp.

Member Typedef Documentation

◆ KernelType

using KernelType = std::function<void(const TInput *const *const, TOutput *const *const, const void *, const void *, const unsigned int, const unsigned int, const TAccum, const TAccum)>

Definition at line 35 of file depthwise_depthfirst_generic.hpp.


The documentation for this struct was generated from the following file: