![]() |
PandA-2024.02
|
#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Macros | |
| #define | ROWS 512 |
| #define | COLS 512 |
| #define | DATASIZE ROWS*COLS |
Functions | |
| void | __attribute__ ((noinline)) |
| int | main () |
Variables | |
| volatile unsigned char | elaine_512_input [262144] |
| volatile unsigned char | elaine_512_golden_output [262144] |
| #define COLS 512 |
Definition at line 5 of file sobel.c.
Referenced by __attribute__(), and main().
| #define ROWS 512 |
Definition at line 4 of file sobel.c.
Referenced by __attribute__(), and main().
| void __attribute__ | ( | (noinline) | ) |
Definition at line 9 of file sobel.c.
References COLS, ROWS, X, 01_onnx_build::Y, and 01_onnx_build::Z.
| int main | ( | void | ) |
1.8.13