Searched refs:HasAllocation (Results 1 – 3 of 3) sorted by relevance
341 bool BufferAssignment::HasAllocation(const LogicalBuffer& buffer) const { in HasAllocation() function in xla::BufferAssignment348 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 …]
364 bool HasAllocation(const LogicalBuffer& buffer) const;
168 if (!assignment.HasAllocation(*buffer) || in GetNoaliasMetadataForBuffer()