Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc158 static bool IgnoreBuffer(const LogicalBuffer& buffer) { in IgnoreBuffer() function in xla::__anon85afbca70111::ListScheduler
187 if (!IgnoreBuffer(*buffer)) { in MakeReadyListEntry()
193 if (IgnoreBuffer(*buffer)) { in MakeReadyListEntry()
Dheap_simulator.cc193 if (IgnoreBuffer(value)) { in RunComputation()
273 if (IgnoreBuffer(operand_value)) { in RunComputation()
352 bool HeapSimulator::IgnoreBuffer(const HloValue* buffer) const { in IgnoreBuffer() function in xla::HeapSimulator
Dheap_simulator.h190 bool IgnoreBuffer(const HloValue* buffer) const;