MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Process

Method Process

tensorflow/compiler/xla/service/memory_space_assignment.cc:1267–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RunMethod · 0.45

Calls 15

MakeShapeFunction · 0.85
mutable_operandMethod · 0.80
ReplaceOperandWithMethod · 0.80
add_chunkMethod · 0.80
chunkMethod · 0.80
chunk_endMethod · 0.80
chunksMethod · 0.80
ComputeBuffersAtMethod · 0.80
mutable_layoutMethod · 0.80
TF_ASSIGN_OR_RETURNFunction · 0.70

Tested by

no test coverage detected