Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc394 bool BufferAssignment::HasAllocation(const HloValue& value) const { in HasAllocation() function in xla::BufferAssignment
398 bool BufferAssignment::HasAllocation(const HloBuffer& buffer) const { in HasAllocation() function in xla::BufferAssignment
404 CHECK(HasAllocation(value)); in GetAssignedAllocation()
423 if (HasAllocation(*value)) { in GetAllSlices()
442 if (!HasAllocation(*value)) { in GetInstructionAllocation()
480 if (HasAllocation(*value)) { in GetUniqueSlice()
878 if (HasAllocation(*value)) { in ToProto()
987 CHECK(!assignment->HasAllocation(hlo_buffer)) in MaybeAssignBuffer()
1196 if (!assignment->HasAllocation(*hlo_buffer) && in AssignSingleHloBuffer()
1225 if (!assignment->HasAllocation(*hlo_buffer)) { in AssignSingleHloBuffer()
[all …]
Dbuffer_assignment.h380 bool HasAllocation(const HloValue& value) const;
382 bool HasAllocation(const HloBuffer& buffer) const;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc154 if (assignment.HasAllocation(*buffer)) { in GetNoaliasMetadataForBuffer()