HomeSort by relevance Sort by last modified time
    Searched full:allocated_buffers_ (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.cc 61 for (const auto& buffer : allocated_buffers_) {
70 allocated_buffers_.push_back(available_buffer);
71 if (allocated_buffers_.size() > max_num_buffers_) {
73 << allocated_buffers_.size() << " Vp9FrameBuffers have been "
88 for (const auto& buffer : allocated_buffers_) {
97 allocated_buffers_.clear();
vp9_frame_buffer_pool.h 105 // Protects |allocated_buffers_|.
108 std::vector<rtc::scoped_refptr<Vp9FrameBuffer>> allocated_buffers_
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fft_thunk.h 54 std::vector<perftools::gputools::DeviceMemoryBase> allocated_buffers_; member in class:xla::gpu::FftScratchAllocator
fft_thunk.cc 37 for (auto& allocated_buffer : allocated_buffers_) {
72 allocated_buffers_.push_back(allocated_buffer);
cudnn_convolution_algorithm_picker.cc 53 std::vector<se::DeviceMemoryBase> allocated_buffers_; member in class:xla::gpu::__anon38899::ScratchAllocator
58 for (auto& allocated_buffer : allocated_buffers_) {
89 allocated_buffers_.push_back(allocated_buffer);
  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.cc 297 CHECK(allocated_buffers_.count(buffer) == 0)
302 allocated_buffers_.insert(buffer);
329 CHECK(allocated_buffers_.count(buffer) > 0)
351 CHECK(allocated_buffers_.count(buffer) == 0)
370 CHECK(allocated_buffers_.count(shared) > 0)
heap_simulator.h 170 tensorflow::gtl::FlatSet<const LogicalBuffer*> allocated_buffers_; member in class:xla::HeapSimulator

Completed in 195 milliseconds