PandA-2024.02
|
#include "c_backend_api.h"
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 float float2 |
Definition at line 19 of file 09_conv2d_a.parallel.c.
__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().
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().
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.
TVMArray a0[1] |
Definition at line 11 of file 09_conv2d_a.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray a1[1] |
Definition at line 12 of file 09_conv2d_a.parallel.c.
Referenced by fused_conv2d_wrapper().
TVMArray b0[1] |
Definition at line 13 of file 09_conv2d_a.parallel.c.
Referenced by lut_transformation::CHECK_BIN_EXPR_BOOL_SIZE(), lut_transformation::CHECK_BIN_EXPR_INT_SIZE(), ChenIDct(), fused_conv2d_wrapper(), and md().
TVMArray b1[1] |
Definition at line 14 of file 09_conv2d_a.parallel.c.
Referenced by __attribute__(), lut_transformation::CHECK_BIN_EXPR_BOOL_SIZE(), lut_transformation::CHECK_BIN_EXPR_INT_SIZE(), ChenIDct(), fused_conv2d_wrapper(), and md().
TVMArray b2[1] |
Definition at line 15 of file 09_conv2d_a.parallel.c.
Referenced by __attribute__(), ChenIDct(), and fused_conv2d_wrapper().
TVMArray c0[1] |
Definition at line 16 of file 09_conv2d_a.parallel.c.
Referenced by lut_transformation::CHECK_COND_EXPR_SIZE(), lut_transformation::CHECK_NOT_EXPR_SIZE(), ChenIDct(), and fused_conv2d_wrapper().
TVMArray c1[1] |
Definition at line 17 of file 09_conv2d_a.parallel.c.
Referenced by __attribute__(), lut_transformation::CHECK_COND_EXPR_SIZE(), ChenIDct(), CPF(), FFT(), first_marker(), fused_conv2d_wrapper(), 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 09_conv2d_a.parallel.c.
TVMValue param1[3] |
Definition at line 9 of file 09_conv2d_a.parallel.c.
Referenced by main().
TVMValue param2[2] |
Definition at line 10 of file 09_conv2d_a.parallel.c.
Referenced by main().