Home
last modified time | relevance | path

Searched refs:ACT_Custom_Python (Results 1 – 12 of 12) sorted by relevance

/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dkr_inversion.c51 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
145 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ? in kr_inv_forwardPass()
171 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ? in kr_inv_forwardPass()
H A Dcc_mac.h263 ((hiddenUnitPtr->act_func == ACT_Custom_Python) ? \
272 ((outputUnitPtr->act_func == ACT_Custom_Python) ? \
280 ((specialUnitPtr->act_func == ACT_Custom_Python) ? \
H A Dkr_funcs.c62 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
128 (FunctionPtr)ACT_Custom_Python; in krf_getInternalFuncInfo()
H A Dtrans_f.h102 extern FlintType ACT_Custom_Python(struct Unit *unit_ptr);
H A Dlearn_f.c74 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
145 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ? in propagateNetForward()
172 if(unit_ptr->act_func == ACT_Custom_Python) { in propagateNetForward()
2871 ((unit_ptr->act_func == ACT_Custom_Python) ? in propagateNet_CPN()
3047 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ? in propagateNetForward_perc()
3076 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ? in propagateNetForward_perc()
3456 ((unit_ptr->act_func == ACT_Custom_Python) ? in RbfLearnForward()
3473 ((unit_ptr->act_func == ACT_Custom_Python) ? in RbfLearnForward()
6854 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ?
7992 unit_ptr->act = ((unit_ptr->act_func == ACT_Custom_Python) ?
[all …]
H A Dcc_learn.c50 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
385 ((UnitPtr->act_func == ACT_Custom_Python) ? in cc_calculateOutputUnitError()
H A Dfunc_tbl.c135 {"Act_Custom_Python", ACT_FUNC, 0, 0, (FunctionPtr) ACT_Custom_Python},
H A Dkr_ui.c344 if(unit_ptr->act_func == ACT_Custom_Python) { in krui_getUnitActFuncName()
367 extern FlintType ACT_Custom_Python(struct Unit *unit_ptr);
396 if((ActFuncPtr)act_func_ptr == ACT_Custom_Python) { in krui_setUnitActFunc()
H A Dcc_glob.c50 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
H A Dkernel.c61 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
420 if(unit_ptr->act_func == ACT_Custom_Python) { in kr_createUnit()
2898 if(DefaultUFuncAct == ACT_Custom_Python) { in kr_setUnitDefaults()
H A Dtrans_f.c1079 FlintType ACT_Custom_Python(struct Unit *unit_ptr) in ACT_Custom_Python() function
H A Dinit_f.c45 extern FlintType ACT_Custom_Python(struct Unit * unit_ptr);
881 ((h_unit_ptr->act_func == ACT_Custom_Python) ? in RbfInitNetwork()