PandA-2024.02
Functions | Variables
11_conv2d_b.parallel.c File Reference
#include "c_backend_api.h"
Include dependency graph for 11_conv2d_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_layout_transform_2 (void *args, void *arg_type_ids, int32_t num_args)
 
int32_t fused_layout_transform_1 (void *args, void *arg_type_ids, int32_t num_args)
 
int32_t fused_nn_contrib_conv2d_NCHWc (void *args, void *arg_type_ids, int32_t num_args)
 
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 c1 [1]
 
TVMArray c2 [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 20 of file 11_conv2d_b.parallel.c.

◆ conv()

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

Definition at line 192 of file 11_conv2d_b.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 200 of file 11_conv2d_b.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:

◆ fused_layout_transform_1()

int32_t fused_layout_transform_1 ( void *  args,
void *  arg_type_ids,
int32_t  num_args 
)

Definition at line 158 of file 11_conv2d_b.parallel.c.

Referenced by conv().

Here is the caller graph for this function:

◆ fused_layout_transform_2()

int32_t fused_layout_transform_2 ( void *  args,
void *  arg_type_ids,
int32_t  num_args 
)

Definition at line 147 of file 11_conv2d_b.parallel.c.

Referenced by conv().

Here is the caller graph for this function:

◆ fused_nn_contrib_conv2d_NCHWc()

int32_t fused_nn_contrib_conv2d_NCHWc ( void *  args,
void *  arg_type_ids,
int32_t  num_args 
)

Definition at line 169 of file 11_conv2d_b.parallel.c.

References NULL, TVMBackendAllocWorkspace(), and TVMBackendFreeWorkspace().

Referenced by conv().

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

Variable Documentation

◆ a0

TVMArray a0[1]

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

Referenced by fused_conv2d_wrapper().

◆ a1

TVMArray a1[1]

Definition at line 12 of file 11_conv2d_b.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ b0

TVMArray b0[1]

Definition at line 13 of file 11_conv2d_b.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ b1

TVMArray b1[1]

Definition at line 14 of file 11_conv2d_b.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ b2

TVMArray b2[1]

Definition at line 15 of file 11_conv2d_b.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ c1

TVMArray c1[1]

Definition at line 16 of file 11_conv2d_b.parallel.c.

Referenced by fused_conv2d_wrapper().

◆ c2

TVMArray c2[1]

◆ param0

TVMValue param0[2]

Definition at line 8 of file 11_conv2d_b.parallel.c.

◆ param1

TVMValue param1[3]

Definition at line 9 of file 11_conv2d_b.parallel.c.

◆ param2

TVMValue param2[2]

Definition at line 10 of file 11_conv2d_b.parallel.c.


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