PandA-2024.02
|
Go to the source code of this file.
Functions | |
__attribute__ ((noinline)) | |
Convert the given fixedpt number to a decimal string. More... | |
int32_t | mlp (TVMValue *param1, TVMValue *param2) |
int32_t | mlp_wrapper (float *placeholder, float *placeholder1, float *placeholder2, float *tensor) |
Variables | |
TVMValue | param1 [4] |
TVMValue | param2 [2] |
TVMArray | a0 [1] |
TVMArray | a1 [1] |
TVMArray | a2 [1] |
TVMArray | a3 [1] |
TVMArray | b0 [1] |
TVMArray | b1 [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 18 of file e1_mlp.parallel.c.
References test_panda::args, compute(), fused_nn_dense_add(), fused_nn_softmax(), k, and kernel().
Definition at line 114 of file e1_mlp.parallel.c.
References fused_nn_dense_add(), and fused_nn_softmax().
Referenced by mlp_wrapper().
int32_t mlp_wrapper | ( | float * | placeholder, |
float * | placeholder1, | ||
float * | placeholder2, | ||
float * | tensor | ||
) |
Definition at line 122 of file e1_mlp.parallel.c.
References __builtin_bambu_time_start(), __builtin_bambu_time_stop(), a0, a1, a2, a3, b0, b1, DLTensor::data, mlp(), and TVMValue::v_handle.
TVMArray a0[1] |
Definition at line 11 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMArray a1[1] |
Definition at line 12 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMArray a2[1] |
Definition at line 13 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMArray a3[1] |
Definition at line 14 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMArray b0[1] |
Definition at line 15 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMArray b1[1] |
Definition at line 16 of file e1_mlp.parallel.c.
Referenced by mlp_wrapper().
TVMValue param1[4] |
Definition at line 9 of file e1_mlp.parallel.c.
TVMValue param2[2] |
Definition at line 10 of file e1_mlp.parallel.c.