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

Method AddEntryComputation

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

Source from the content-addressed store, hash-verified

113}
114
115HloComputation* HloModule::AddEntryComputation(
116 std::unique_ptr<HloComputation> computation) {
117 return AddComputationInternal(std::move(computation), /*is_entry=*/true,
118 /*uniquify_identifiers=*/true);
119}
120
121Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) {
122 if (has_schedule() && !to_remove->IsFusionComputation()) {

Callers 15

FinishVisitMethod · 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
TEST_FFunction · 0.80
TEST_FFunction · 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
TEST_FFunction · 0.64
TEST_FFunction · 0.64