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

Method Init

tensorflow/compiler/xla/service/layout_assignment.cc:2293–2298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291}
2292
2293Status LayoutAssignment::Init() {
2294 computation_layouts_.clear();
2295 conditional_mismatch_.clear();
2296 *entry_computation_layout_ = saved_entry_computation_layout_;
2297 return Status::OK();
2298}
2299
2300Status LayoutAssignment::ClearPreviousPassSideEffects(HloModule* module) {
2301 VLOG(5) << "Clearing previous side effects";

Callers 10

LocalDeviceStateMethod · 0.45
ExecuteReplicatedMethod · 0.45
BorrowStreamMethod · 0.45
BM_ParallelFusionFunction · 0.45
DOT_ReorderContractingFunction · 0.45
XLA_TEST_FFunction · 0.45
BufferDonationTestMethod · 0.45
RunAndCheckMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 5

BM_ParallelFusionFunction · 0.36
DOT_ReorderContractingFunction · 0.36
XLA_TEST_FFunction · 0.36
BufferDonationTestMethod · 0.36
RunAndCheckMethod · 0.36