Function T_create_dl_layer_lrn

Source
pub unsafe extern "C" fn T_create_dl_layer_lrn(
    DLLayerInput: Htuple,
    LayerName: Htuple,
    LocalSize: Htuple,
    Alpha: Htuple,
    Beta: Htuple,
    K: Htuple,
    NormRegion: Htuple,
    GenParamName: Htuple,
    GenParamValue: Htuple,
    DLLayerLRN: *mut Htuple,
) -> Herror