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

Method AddEmbeddedComputation

tensorflow/compiler/xla/service/hlo_module.cc:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136HloComputation* HloModule::AddEmbeddedComputation(
137 std::unique_ptr<HloComputation> computation) {
138 return AddComputationInternal(std::move(computation), /*is_entry=*/false,
139 /*uniquify_identifiers=*/true);
140}
141
142void HloModule::ReplaceComputations(
143 const std::unordered_map<HloComputation*, HloComputation*>& replacements) {

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
WidenWhileConditionFunction · 0.80
WidenWhileBodyFunction · 0.80
MakeCountedLoopMethod · 0.80

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
BM_SequentialWhilesFunction · 0.64