#include "dnn_backend_native.h"Go to the source code of this file.
Load the 2D Convolution Layer.
It assigns the 2D convolution layer with ConvolutionalParams after parsing from the model file context.
Definition at line 46 of file dnn_backend_native_layer_conv2d.c.
Execute the 2D Convolution Layer.
Definition at line 187 of file dnn_backend_native_layer_conv2d.c.
Referenced by test_with_same_dilate(), and test_with_valid().