PandA-2024.02
|
#include "c_backend_api.h"
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] |
__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 04_dense_a.parallel.c.
References test_panda::args, compute(), fused_nn_dense_add(), and kernel().
int32_t fused_nn_dense_add_wrapper | ( | float * | placeholder, |
float * | placeholder1, | ||
float * | placeholder2, | ||
float * | T_add | ||
) |
Definition at line 61 of file 04_dense_a.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.
TVMArray a0[1] |
Definition at line 9 of file 04_dense_a.parallel.c.
Referenced by fused_nn_dense_add_wrapper().
TVMArray a1[1] |
Definition at line 10 of file 04_dense_a.parallel.c.
Referenced by fused_nn_dense_add_wrapper().
TVMArray a2[1] |
Definition at line 11 of file 04_dense_a.parallel.c.
Referenced by fused_nn_dense_add_wrapper().
TVMArray a3[1] |
Definition at line 12 of file 04_dense_a.parallel.c.
Referenced by __attribute__(), ChenIDct(), and fused_nn_dense_add_wrapper().
TVMValue param[4] |
Definition at line 8 of file 04_dense_a.parallel.c.