Searched refs:AddAssignment (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment.cc | 233 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()
|
D | buffer_assignment.h | 278 void AddAssignment(const LogicalBuffer& buffer, int64 offset, int64 size); 491 void AddAssignment(BufferAllocation* allocation, const LogicalBuffer& buffer,
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 151 AddAssignment(member_expr, result); in run() 228 void AddAssignment(const clang::MemberExpr* member_expr, in AddAssignment() function in __anon0b6e17b30111::NetworkAnnotationTagCallback
|