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 | |
unsigned char | elaine_512_input [262144] |
unsigned char | elaine_512_golden_output [262144] |
unsigned char | outdata [DATASIZE] = {0} |
#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, J, ROWS, X, 01_onnx_build::Y, and 01_onnx_build::Z.
int main | ( | void | ) |
unsigned char outdata[DATASIZE] = {0} |
Definition at line 1086 of file sobel.c.
Referenced by blowfish_main(), and main().