Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc100 using BufferId = int64; typedef
101 using BufferIdList = absl::InlinedVector<BufferId, 3>;
381 const BufferId id;
446 int64 AllocatedSize(BufferId buffer_id) const { in AllocatedSize()
464 bool IsInUse(BufferId buffer_id) const { in IsInUse()
474 bool IsCurrentlyLive(BufferId buffer_id) const { in IsCurrentlyLive()
517 absl::flat_hash_map<const LogicalBuffer*, BufferId> in MemoryUsageTracker()
579 for (BufferId buffer_id : item->buffers_defined) { in BeginInstruction()
601 for (BufferId buffer_id : in_progress_item_->buffers_used) { in EndInstruction()
616 for (BufferId buffer_id : in_progress_item_->buffers_defined) { in EndInstruction()
[all …]
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h154 enum BufferId { enum