Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc195 const char* nproc_str = std::getenv("NPROC"); in DefaultThreadPoolSize() local
197 if (nproc_str && absl::SimpleAtoi(nproc_str, &nproc)) { in DefaultThreadPoolSize()