Compute Library
 23.08
cpp_nhwc_1x1_stride_any_depthfirst< T > Struct Template Reference

#include <cpp_nhwc_1x1_stride_any_depthfirst.hpp>

Collaboration diagram for cpp_nhwc_1x1_stride_any_depthfirst< T >:
[legend]

Public Types

using Parent = IGenericDepthfirstStrategy< T, T, Nothing >
 

Public Member Functions

 cpp_nhwc_1x1_stride_any_depthfirst (const CPUInfo *)
 
Parent::KernelType get_kernel (void) const override
 

Detailed Description

template<typename T>
struct arm_conv::pooling::cpp_nhwc_1x1_stride_any_depthfirst< T >

Definition at line 36 of file cpp_nhwc_1x1_stride_any_depthfirst.hpp.

Member Typedef Documentation

◆ Parent

using Parent = IGenericDepthfirstStrategy<T, T, Nothing>

Definition at line 38 of file cpp_nhwc_1x1_stride_any_depthfirst.hpp.

Constructor & Destructor Documentation

◆ cpp_nhwc_1x1_stride_any_depthfirst()

Definition at line 39 of file cpp_nhwc_1x1_stride_any_depthfirst.hpp.

39 {}

Member Function Documentation

◆ get_kernel()

Parent::KernelType get_kernel ( void  ) const
inlineoverride

Definition at line 40 of file cpp_nhwc_1x1_stride_any_depthfirst.hpp.

40 { return cpp_nhwc_1x1_stride_any_depthfirst_impl<T>; }

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