Home
last modified time | relevance | path

Searched refs:HasAllocationAt (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc84 return assignment.HasAllocationAt(operand, index) && in CanEmitFusedDynamicUpdateSliceInPlace()
85 assignment.HasAllocationAt(fusion, {}) && in CanEmitFusedDynamicUpdateSliceInPlace()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h407 bool HasAllocationAt(const HloInstruction* instruction,
Dbuffer_assignment_test.cc386 TEST_F(BufferAssignmentTest, HasAllocationAt) { in TEST_F() argument
405 buffers->HasAllocationAt(tuple, /*index=*/{})); in TEST_F()
407 buffers->HasAllocationAt(tuple, /*index=*/{0})); in TEST_F()
409 buffers->HasAllocationAt(tuple, /*index=*/{1})); in TEST_F()
411 buffers->HasAllocationAt(tuple, /*index=*/{2})); in TEST_F()
Dbuffer_assignment.cc456 bool BufferAssignment::HasAllocationAt(const HloInstruction* instruction, in HasAllocationAt() function in xla::BufferAssignment
469 return HasAllocationAt(instruction, /*index=*/{}); in HasTopLevelAllocation()