PandA-2024.02
Functions | Variables
05_dense_b.parallel.c File Reference
#include "c_backend_api.h"
Include dependency graph for 05_dense_b.parallel.c:

Go to the source code of this file.

Functions

 __attribute__ ((noinline))
 Convert the given fixedpt number to a decimal string. More...
 
int32_t fused_nn_dense_add_wrapper (float *placeholder, float *placeholder1, float *placeholder2, float *T_add)
 

Variables

TVMValue param [4]
 
TVMArray a0 [1]
 
TVMArray a1 [1]
 
TVMArray a2 [1]
 
TVMArray a3 [1]
 

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Convert the given fixedpt number to a decimal string.

The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.

Definition at line 14 of file 05_dense_b.parallel.c.

References test_panda::args, compute(), fused_nn_dense_add(), and kernel().

Here is the call graph for this function:

◆ fused_nn_dense_add_wrapper()

int32_t fused_nn_dense_add_wrapper ( float *  placeholder,
float *  placeholder1,
float *  placeholder2,
float *  T_add 
)

Definition at line 61 of file 05_dense_b.parallel.c.

References __builtin_bambu_time_start(), __builtin_bambu_time_stop(), a0, a1, a2, a3, DLTensor::data, fused_nn_dense_add(), and TVMValue::v_handle.

Here is the call graph for this function:

Variable Documentation

◆ a0

TVMArray a0[1]

Definition at line 9 of file 05_dense_b.parallel.c.

Referenced by fused_nn_dense_add_wrapper().

◆ a1

TVMArray a1[1]

Definition at line 10 of file 05_dense_b.parallel.c.

Referenced by fused_nn_dense_add_wrapper().

◆ a2

TVMArray a2[1]

Definition at line 11 of file 05_dense_b.parallel.c.

Referenced by fused_nn_dense_add_wrapper().

◆ a3

TVMArray a3[1]

Definition at line 12 of file 05_dense_b.parallel.c.

Referenced by fused_nn_dense_add_wrapper().

◆ param

TVMValue param[4]

Definition at line 8 of file 05_dense_b.parallel.c.


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