ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::core::FloatConv2D Struct Reference

#include <OMKernelData.h>

Collaboration diagram for onert_micro::core::FloatConv2D:

Data Fields

int32_t stride_w
 
int32_t stride_h
 
int32_t dilation_width_factor
 
int32_t dilation_height_factor
 
int32_t depth_multiplier
 
int32_t pad_h
 
int32_t pad_w
 
float activation_min
 
float activation_max
 

Detailed Description

Definition at line 166 of file OMKernelData.h.

Field Documentation

◆ activation_max

◆ activation_min

float onert_micro::core::FloatConv2D::activation_min

◆ depth_multiplier

int32_t onert_micro::core::FloatConv2D::depth_multiplier

Definition at line 172 of file OMKernelData.h.

Referenced by onert_micro::execute::pal::DepthwiseConv2D< float >().

◆ dilation_height_factor

◆ dilation_width_factor

◆ pad_h

◆ pad_w

◆ stride_h

◆ stride_w


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