Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h874 max_streams_ = max_streams; in set_max_streams()
876 static uint32_t max_streams() { return max_streams_; } in max_streams()
990 static uint32_t max_streams_; variable
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc312 max_streams_(max_streams) { in BaseGPUDevice()
343 if (scratch_.size() < max_streams_) { in InitScratchBuffers()
344 for (int i = 0; i < max_streams_; i++) { in InitScratchBuffers()
382 if (max_streams_ < 1) { in Init()
387 for (int i = 0; i < max_streams_; i++) { in Init()
Dgpu_device.h154 const int32 max_streams_; variable
/external/google-breakpad/src/processor/
Dminidump.cc3981 uint32_t Minidump::max_streams_ = 128; member in google_breakpad::Minidump
4179 if (header_.stream_count > max_streams_) { in Read()
4181 " exceeds maximum " << max_streams_; in Read()