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_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] |
__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.
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().
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.
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().
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().
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().
TVMArray a0[1] |
Definition at line 11 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray a1[1] |
Definition at line 12 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray b0[1] |
Definition at line 13 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray b1[1] |
Definition at line 14 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray b2[1] |
Definition at line 15 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray c1[1] |
Definition at line 16 of file 11_conv2d_b.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray c2[1] |
Definition at line 17 of file 11_conv2d_b.parallel.c.
Referenced by __attribute__(), ChenIDct(), CPF(), FFT(), first_marker(), boost::heap_compare_functor< size_type >::operator()(), boost::dsatur2_heap_compare_functor< size_type >::operator()(), and Range::sdiv().
TVMValue param0[2] |
Definition at line 8 of file 11_conv2d_b.parallel.c.
TVMValue param1[3] |
Definition at line 9 of file 11_conv2d_b.parallel.c.
TVMValue param2[2] |
Definition at line 10 of file 11_conv2d_b.parallel.c.