![]() |
PandA-2024.02
|
#include "c_backend_api.h"
Go to the source code of this file.
Functions | |
| int32_t | fused_tanh_exp_nn_relu_sigmoid (void *args, void *arg_type_ids, int32_t num_args) |
| int32_t | fused_activations_wrapper (float *placeholder, float *T_sigmoid) |
Variables | |
| TVMValue | param [2] |
| TVMArray | a0 [1] |
| TVMArray | a1 [1] |
| int32_t fused_activations_wrapper | ( | float * | placeholder, |
| float * | T_sigmoid | ||
| ) |
Definition at line 13 of file 15_thxprlsg.wrapper.c.
References __builtin_bambu_time_start(), __builtin_bambu_time_stop(), a0, a1, DLTensor::data, fused_tanh_exp_nn_relu_sigmoid(), and TVMValue::v_handle.

| int32_t fused_tanh_exp_nn_relu_sigmoid | ( | void * | args, |
| void * | arg_type_ids, | ||
| int32_t | num_args | ||
| ) |
Definition at line 7 of file 15_thxprlsg.cc.
Referenced by fused_activations_wrapper().

| TVMArray a0[1] |
Definition at line 4 of file 15_thxprlsg.wrapper.c.
Referenced by fused_activations_wrapper().
| TVMArray a1[1] |
Definition at line 5 of file 15_thxprlsg.wrapper.c.
Referenced by fused_activations_wrapper().
| TVMValue param[2] |
Definition at line 3 of file 15_thxprlsg.wrapper.c.
1.8.13