Searched refs:enable_adaptive_batch_threads_ (Results 1 – 4 of 4) sorted by relevance
264 bool enable_adaptive_batch_threads_ = false; member in tensorflow::tfd::__anonb95ad7eb0111::BatchFunctionFallbackKernel316 if (enable_adaptive_batch_threads_) { in BatchFunctionFallbackKernel()432 &enable_adaptive_batch_threads_)); in SetAdaptiveBatchSchedulerOptions()436 enable_adaptive_batch_threads_ = true; in SetAdaptiveBatchSchedulerOptions()439 if (!enable_adaptive_batch_threads_) { in SetAdaptiveBatchSchedulerOptions()
268 if (enable_adaptive_batch_threads_) { in BatchFunctionKernel()474 &enable_adaptive_batch_threads_)); in SetAdaptiveBatchSchedulerOptions()478 enable_adaptive_batch_threads_ = true; in SetAdaptiveBatchSchedulerOptions()481 if (!enable_adaptive_batch_threads_) { in SetAdaptiveBatchSchedulerOptions()
26 return kernel_->enable_adaptive_batch_threads_; in enable_adaptive_batch_threads()
97 bool enable_adaptive_batch_threads_ = false; variable