| 1265 | } |
| 1266 | |
| 1267 | Status MemorySpaceAssignment::Allocation::Process( |
| 1268 | MemorySpaceAssignment* memory_space_assignment) { |
| 1269 | return Status::OK(); |
| 1270 | } |
| 1271 | |
| 1272 | StatusOr<HloInstruction*> MemorySpaceAssignment::Allocation::ReplaceTupleWith( |
| 1273 | HloInstruction* new_instruction, HloInstruction* tuple, |
no test coverage detected