Home
last modified time | relevance | path

Searched defs:cache_prefix (Results 1 – 10 of 10) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.cc44 int32_t nthreads, std::string cache_prefix) in SparsePageDMatrix()
H A Ddata.cu185 const std::string& cache_prefix) { in Create()
H A Ddata.cc827 const std::string& cache_prefix) { in Create()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.cc44 int32_t nthreads, std::string cache_prefix) in SparsePageDMatrix()
H A Ddata.cu185 const std::string& cache_prefix) { in Create()
H A Ddata.cc827 const std::string& cache_prefix) { in Create()
/dports/net/pear-Net_Geo/Net_Geo-1.0.5/Net/
H A DGeo.php156 var $cache_prefix = "netgeo"; variable in Net_Geo
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/genbank/gicache/
H A Dgicache.c621 int GICache_LoadStart(const char* cache_prefix) { in GICache_LoadStart()
665 void GICache_Dump(const char* cache_prefix, const char* filename, volatile int * quitting) { in GICache_Dump()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/data_loaders/genbank/gicache/
H A Dgicache.c621 int GICache_LoadStart(const char* cache_prefix) { in GICache_LoadStart()
665 void GICache_Dump(const char* cache_prefix, const char* filename, volatile int * quitting) { in GICache_Dump()
/dports/science/py-GPy/GPy-1.10.0/GPy/core/
H A Dsymbolic.py285 def extract_sub_expressions(self, cache_prefix='cache', sub_prefix='sub', prefix='XoXoXoX'): argument