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.cc341 bool BufferAssignment::HasAllocation(const LogicalBuffer& buffer) const { in HasAllocation() function in xla::BufferAssignment
348 CHECK(HasAllocation(buffer)); in GetAssignedAllocation()
361 if (HasAllocation(*buffer)) { in GetAllSlices()
380 if (!HasAllocation(*buffer)) { in GetInstructionAllocation()
418 if (HasAllocation(*buffer)) { in GetUniqueSlice()
704 if (HasAllocation(buffer)) { in ToProto()
829 CHECK(!assignment->HasAllocation(buffer)) in MaybeAssignBuffer()
990 TF_RET_CHECK(!assignment->HasAllocation(*buffer)); in AssignBuffersForComputation()
1077 if (!assignment->HasAllocation(*buffer)) { in AssignBuffersForComputation()
1104 if (!assignment->HasAllocation(*buffer) && has_sequential_order && in AssignBuffersForComputation()
[all …]
Dbuffer_assignment.h364 bool HasAllocation(const LogicalBuffer& buffer) const;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc168 if (!assignment.HasAllocation(*buffer) || in GetNoaliasMetadataForBuffer()