23.08
|
Go to the source code of this file.
Macros | |
#define | MUL_OP(x, y) ((x) * (y)) |
#define | ADD_OP(x, y) ((x) + (y)) |
#define | DIV_OP(x, y) ((x) / (y)) |
#define | POW_OP(x, y) pow((x), (y)) |
#define | SQCVT_SAT(a) (a) |
#define ADD_OP | ( | x, | |
y | |||
) | ((x) + (y)) |
Definition at line 28 of file normalization_layer.cl.
#define DIV_OP | ( | x, | |
y | |||
) | ((x) / (y)) |
Definition at line 29 of file normalization_layer.cl.
#define MUL_OP | ( | x, | |
y | |||
) | ((x) * (y)) |
Definition at line 27 of file normalization_layer.cl.
#define POW_OP | ( | x, | |
y | |||
) | pow((x), (y)) |
Definition at line 30 of file normalization_layer.cl.
#define SQCVT_SAT | ( | a | ) | (a) |
Definition at line 31 of file normalization_layer.cl.