PandA-2024.02
Macros | Functions | Variables
sobel.c File Reference
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for sobel.c:

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}
 

Macro Definition Documentation

◆ COLS

#define COLS   512

Definition at line 5 of file sobel.c.

Referenced by __attribute__(), and main().

◆ DATASIZE

#define DATASIZE   ROWS*COLS

Definition at line 6 of file sobel.c.

◆ ROWS

#define ROWS   512

Definition at line 4 of file sobel.c.

Referenced by __attribute__(), and main().

Function Documentation

◆ __attribute__()

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.

◆ main()

int main ( void  )

Definition at line 1088 of file sobel.c.

References COLS, result, ROWS, and sobel().

Here is the call graph for this function:

Variable Documentation

◆ elaine_512_golden_output

unsigned char elaine_512_golden_output[262144]

Definition at line 573 of file sobel.c.

◆ elaine_512_input

unsigned char elaine_512_input[262144]

Definition at line 59 of file sobel.c.

◆ outdata

unsigned char outdata[DATASIZE] = {0}

Definition at line 1086 of file sobel.c.

Referenced by blowfish_main(), and main().


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13