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

volatile unsigned char elaine_512_input [262144]
 
volatile unsigned char elaine_512_golden_output [262144]
 

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.

Referenced by main().

◆ 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, ROWS, X, 01_onnx_build::Y, and 01_onnx_build::Z.

◆ main()

int main ( void  )

Definition at line 1098 of file sobel.c.

References COLS, DATASIZE, indata, outdata, result, ROWS, sobel(), X, and 01_onnx_build::Y.

Here is the call graph for this function:

Variable Documentation

◆ elaine_512_golden_output

volatile unsigned char elaine_512_golden_output[262144]

Definition at line 585 of file sobel.c.

◆ elaine_512_input

volatile unsigned char elaine_512_input[262144]

Definition at line 71 of file sobel.c.


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