HomeSort by relevance Sort by last modified time
    Searched refs:stream_count_ (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
stream_assignment.h 29 int StreamCount() const { return stream_count_; }
36 int stream_count_ = 1; // At least the main stream. member in class:xla::gpu::StreamAssignment
stream_assignment.cc 38 if (stream_no >= stream_count_) {
39 stream_count_ = stream_no + 1;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 354 : streams_(streams), stream_count_(count), bytes_retired_(0) {
361 while (stream_count_ > 0) {
367 --stream_count_;
375 if (stream_count_ > 0) {
383 while (stream_count_ > 0) {
398 --stream_count_;
405 if (stream_count_ == 0) {
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 137 unsigned int stream_count_; member in class:voetest::ConferenceTransport
conference_transport.cc 45 stream_count_(0),
229 const unsigned int remote_ssrc = kFirstRemoteSsrc + stream_count_++;
  /external/google-breakpad/src/processor/
synth_minidump.cc 325 stream_count_(0),
349 stream_count_++;
384 stream_count_label_ = stream_count_;
synth_minidump.h 350 size_t stream_count_; // The number of streams so far. member in class:google_breakpad::SynthMinidump::Dump
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 322 int stream_count_; member in class:google::protobuf::io::ConcatenatingInputStream

Completed in 491 milliseconds