Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc233 void BufferAllocation::AddAssignment(const LogicalBuffer& buffer, int64 offset, in AddAssignment() function in xla::BufferAllocation
505 AddAssignment(allocation, buffer, /*offset=*/0, size); in NewAllocation()
511 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() function in xla::BufferAssignment
522 allocation->AddAssignment(buffer, offset, size); in AddAssignment()
576 combined_allocation->AddAssignment(*buffer, base + offset, size); in CombineTempAllocations()
891 assignment->AddAssignment(allocation, buffer, /*offset=*/0, in MaybeAssignBuffer()
1341 assignment->AddAssignment(allocation, buffer, chunk.offset, chunk.size); in AssignBuffersFromHeapSimulator()
1736 assignment->AddAssignment(allocation, *buffer, /*offset=*/0, in AssignColocatedBufferSets()
Dbuffer_assignment.h278 void AddAssignment(const LogicalBuffer& buffer, int64 offset, int64 size);
491 void AddAssignment(BufferAllocation* allocation, const LogicalBuffer& buffer,
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp151 AddAssignment(member_expr, result); in run()
228 void AddAssignment(const clang::MemberExpr* member_expr, in AddAssignment() function in __anon0b6e17b30111::NetworkAnnotationTagCallback