Home
last modified time | relevance | path

Searched refs:xb_type (Results 1 – 3 of 3) sorted by relevance

/dports/math/faiss/faiss-1.7.1/contrib/
H A Dtorch_utils.py508 xb_type = faiss.DistanceDataType_F32
511 xb_type = faiss.DistanceDataType_F16
564 args.vectorType = xb_type
597 xb_type = faiss.DistanceDataType_F32
600 xb_type = faiss.DistanceDataType_F16
639 args.vectorType = xb_type
/dports/math/faiss/faiss-1.7.1/faiss/python/
H A D__init__.py933 xb_type = DistanceDataType_F32
935 xb_type = DistanceDataType_F16
968 args.vectorType = xb_type
1040 xb_type = DistanceDataType_F32
1042 xb_type = DistanceDataType_F16
1061 args.vectorType = xb_type
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml.c194 enum cxobj_type xb_type; /* type of node: element, attribute, body */ member