forward_pass.h

来自「C-package of "Long Short-Term Memory" fo」· C头文件 代码 · 共 24 行

H
24
字号
/* * $Id: forward_pass.h 1269 2007-05-09 07:49:08Z mhe $ */ extern int in_mod, cell_mod, num_blocks, targ, ges_mod;extern int in_mod_b, prot_current_idx;extern int block_size[], in_nn_mod;extern FILE *ma;extern double **S, **G, **H, **Yc;extern int targ;extern double **W;  /* input gates */extern double *Y_in;  /* output gates */extern double *Y_out;  /* new activation for all units */extern double *Yk_new;  /* old activations */extern double *Yk_old;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?