Home
last modified time | relevance | path

Searched refs:last_batch_ (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu163 jobject last_batch_ {nullptr}; member in xgboost::jni::DataIteratorProxy
228 if (last_batch_) { in CloseJvmBatch()
229 jclass batch_class = CheckJvmCall(jenv_->GetObjectClass(last_batch_), jenv_); in CloseJvmBatch()
231 jenv_->CallVoidMethod(last_batch_, closeMethod); in CloseJvmBatch()
232 last_batch_ = nullptr; in CloseJvmBatch()
267 last_batch_ = batch; in PullIterFromJVM()
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu163 jobject last_batch_ {nullptr}; member in xgboost::jni::DataIteratorProxy
228 if (last_batch_) { in CloseJvmBatch()
229 jclass batch_class = CheckJvmCall(jenv_->GetObjectClass(last_batch_), jenv_); in CloseJvmBatch()
231 jenv_->CallVoidMethod(last_batch_, closeMethod); in CloseJvmBatch()
232 last_batch_ = nullptr; in CloseJvmBatch()
267 last_batch_ = batch; in PullIterFromJVM()
/dports/biology/bowtie/bowtie-1.3.1/
H A Dpat.h962 last_batch_(false), in PatternSourcePerThread()
1036 bool last_batch_; // true if this is final batch variable
H A Dpat.cpp103 last_batch_ = res.first; in nextReadPair()
112 return make_pair(false, this_is_last ? last_batch_ : false); in nextReadPair()
126 return make_pair(true, this_is_last ? last_batch_ : false); in nextReadPair()
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dpat.h1191 last_batch_(false), in PatternSourcePerThread()
1266 bool last_batch_; // true if this is final batch variable
H A Dpat.cpp161 last_batch_ = res.first; in nextReadPair()
184 return make_pair(true, this_is_last ? last_batch_ : false); in nextReadPair()