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

Method AppendOperand

tensorflow/compiler/xla/service/hlo_instruction.cc:1876–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874}
1875
1876void HloInstruction::AppendOperand(HloInstruction* operand) {
1877 operands_.push_back(operand);
1878 operand->AddUser(this);
1879}
1880
1881void HloInstruction::RemoveOperandsAtAscendingIndices(
1882 absl::Span<const int> ascending_indices) {

Callers 11

CreateFromProtoMethod · 0.80
CreateNaryMethod · 0.80
CreateAfterAllMethod · 0.80
CreateAddDependencyMethod · 0.80
CreateWhileMethod · 0.80
CreateConditionalMethod · 0.80
CreateConvertMethod · 0.80
CreateBitcastConvertMethod · 0.80
CreateBitcastMethod · 0.80
CreateCallMethod · 0.80
RewriteDynamicSortFunction · 0.80

Calls 2

AddUserMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected