Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc127 if (!IgnoreBuffer(buffer)) { in RunComputation()
182 << (IgnoreBuffer(buffer) ? " (Ignored)" : ""); in RunComputation()
187 if (IgnoreBuffer(buffer)) { in RunComputation()
214 if (IgnoreBuffer(operand_buffer)) { in RunComputation()
245 if (IgnoreBuffer(buffer)) { in RunComputation()
366 bool HeapSimulator::IgnoreBuffer(const BufferValue* buffer) const { in IgnoreBuffer() function in xla::HeapSimulator
Dhlo_memory_scheduler.cc154 static bool IgnoreBuffer(const LogicalBuffer& buffer) { in IgnoreBuffer() function in xla::__anone86b2dc90111::ListScheduler
183 if (!IgnoreBuffer(*buffer)) { in MakeReadyListEntry()
189 if (IgnoreBuffer(*buffer)) { in MakeReadyListEntry()
Dheap_simulator.h151 bool IgnoreBuffer(const BufferValue* buffer) const;