PandA-2024.02
Functions | Variables
e1_mlp.parallel.c File Reference
#include "c_backend_api.h"
#include <math.h>
Include dependency graph for e1_mlp.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 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]
 

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 18 of file e1_mlp.parallel.c.

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

Here is the call graph for this function:

◆ mlp()

int32_t mlp ( TVMValue param1,
TVMValue param2 
)

Definition at line 114 of file e1_mlp.parallel.c.

References fused_nn_dense_add(), and fused_nn_softmax().

Referenced by mlp_wrapper().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:

Variable Documentation

◆ a0

TVMArray a0[1]

Definition at line 11 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ a1

TVMArray a1[1]

Definition at line 12 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ a2

TVMArray a2[1]

Definition at line 13 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ a3

TVMArray a3[1]

Definition at line 14 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ b0

TVMArray b0[1]

Definition at line 15 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ b1

TVMArray b1[1]

Definition at line 16 of file e1_mlp.parallel.c.

Referenced by mlp_wrapper().

◆ param1

TVMValue param1[4]

Definition at line 9 of file e1_mlp.parallel.c.

◆ param2

TVMValue param2[2]

Definition at line 10 of file e1_mlp.parallel.c.


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