Home
last modified time | relevance | path

Searched refs:pre_norm (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/models/
H A Dx3d.py504 pre_norm=pre_norm_module,
766 pre_norm: nn.Module = None,
792 if self.pre_norm is not None:
793 x = self.pre_norm(x)
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdmaps/
H A Dnlist.h39 nlist_t* nlist_new(const char* map_name, const bool pre_norm);
H A Dnlist.c48 nlist_t* nlist_new(const char* map_name, const bool pre_norm) { in nlist_new() argument
54 nl->normalized = pre_norm; in nlist_new()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_change_detection.cxx998 vil_image_view<float> pre_norm(cl_ni,cl_nj); in change_detect() local
1002 pre_norm(i,j) = change_exp_image_buff[c++]; in change_detect()
1003 vil_save(pre_norm, "change_exp_image.tiff"); in change_detect()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DsetFunktions.c10951 void pre_norm(char *name) in pre_norm() function
14352 pre_norm(&string[na+1]); in commandoInterpreter()