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

Go to the source code of this file.

Typedefs

typedef float float2
 

Functions

 __attribute__ ((noinline))
 Convert the given fixedpt number to a decimal string. More...
 
int32_t conv (TVMValue *param0, TVMValue *param1, TVMValue *param2)
 
int32_t fused_conv2d_wrapper (float *X, float *p0, float *T_fused_layout_transform_1)
 

Variables

TVMValue param0 [2]
 
TVMValue param1 [3]
 
TVMValue param2 [2]
 
TVMArray a0 [1]
 
TVMArray a1 [1]
 
TVMArray b0 [1]
 
TVMArray b1 [1]
 
TVMArray b2 [1]
 
TVMArray c0 [1]
 
TVMArray c1 [1]
 

Typedef Documentation

◆ float2

typedef float float2

Definition at line 19 of file 09_conv2d_a.parallel.c.

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 21 of file 09_conv2d_a.parallel.c.

References test_panda::args, fused_layout_transform_1(), fused_layout_transform_2(), and fused_nn_contrib_conv2d_NCHWc().

Here is the call graph for this function:

◆ conv()

int32_t conv ( TVMValue param0,
TVMValue param1,
TVMValue param2 
)

Definition at line 171 of file 09_conv2d_a.parallel.c.

References fused_layout_transform_1(), fused_layout_transform_2(), and fused_nn_contrib_conv2d_NCHWc().

Referenced by fused_conv2d_wrapper().

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

◆ fused_conv2d_wrapper()

int32_t fused_conv2d_wrapper ( float *  X,
float *  p0,
float *  T_fused_layout_transform_1 
)

Definition at line 180 of file 09_conv2d_a.parallel.c.

References __builtin_bambu_time_start(), __builtin_bambu_time_stop(), a0, a1, b0, b1, b2, c0, c1, conv(), DLTensor::data, and TVMValue::v_handle.

Here is the call graph for this function:

Variable Documentation

◆ a0

TVMArray a0[1]

Definition at line 11 of file 09_conv2d_a.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ a1

TVMArray a1[1]

Definition at line 12 of file 09_conv2d_a.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ b0

TVMArray b0[1]

◆ b1

TVMArray b1[1]

◆ b2

TVMArray b2[1]

Definition at line 15 of file 09_conv2d_a.parallel.c.

Referenced by __attribute__(), ChenIDct(), and fused_conv2d_wrapper().

◆ c0

TVMArray c0[1]

◆ c1

TVMArray c1[1]

◆ param0

TVMValue param0[2]

Definition at line 8 of file 09_conv2d_a.parallel.c.

◆ param1

TVMValue param1[3]

Definition at line 9 of file 09_conv2d_a.parallel.c.

Referenced by main().

◆ param2

TVMValue param2[2]

Definition at line 10 of file 09_conv2d_a.parallel.c.

Referenced by main().


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