FFmpeg
|
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "libavfilter/dnn/dnn_backend_native_layer_conv2d.h"
Go to the source code of this file.
Macros | |
#define | EPSON 0.00001 |
Functions | |
static int | test_with_same_dilate (void) |
static int | test_with_valid (void) |
int | main (int argc, char **argv) |
#define EPSON 0.00001 |
Definition at line 26 of file dnn-layer-conv2d.c.
|
static |
Definition at line 28 of file dnn-layer-conv2d.c.
Referenced by main().
|
static |
Definition at line 136 of file dnn-layer-conv2d.c.
Referenced by main().
Definition at line 240 of file dnn-layer-conv2d.c.