Compute Library
 23.08
Invoker< TInput, TOutput, Requantize32 > Struct Template Reference

#include <pooling_depthfirst_generic.hpp>

Static Public Member Functions

static void invoke (const typename IGenericDepthfirstStrategy< TInput, TOutput, Requantize32 >::KernelType kern, uint64_t window_cells, uint64_t n_valid_cells, uint64_t n_channels, const TInput *const *inptrs, TOutput *outptr, const Requantize32 &qp)
 

Detailed Description

template<typename TInput, typename TOutput>
struct arm_conv::pooling::Invoker< TInput, TOutput, Requantize32 >

Definition at line 95 of file pooling_depthfirst_generic.hpp.

Member Function Documentation

◆ invoke()

static void invoke ( const typename IGenericDepthfirstStrategy< TInput, TOutput, Requantize32 >::KernelType  kern,
uint64_t  window_cells,
uint64_t  n_valid_cells,
uint64_t  n_channels,
const TInput *const *  inptrs,
TOutput *  outptr,
const Requantize32 &  qp 
)
inlinestatic

Definition at line 97 of file pooling_depthfirst_generic.hpp.

106  {
107  kern(window_cells, n_valid_cells, n_channels, inptrs, outptr, qp);
108  }

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