Home
last modified time | relevance | path

Searched refs:kNumCompilerThreads (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.h288 static constexpr int64_t kNumCompilerThreads = 10; member
291 static constexpr int64_t kMaxNumOngoingCompilations = kNumCompilerThreads;
303 kNumCompilerThreads); in AsyncCompilationState()
H A Dxla_compilation_cache.cc150 XlaCompilationCache::AsyncCompilationState::kNumCompilerThreads; member in tensorflow::XlaCompilationCache::AsyncCompilationState