Searched refs:hlo_snapshots (Results 1 – 1 of 1) sorted by relevance
354 std::vector<std::unique_ptr<HloSnapshot>> hlo_snapshots; in BuildExecutables() local358 hlo_snapshots.push_back(std::move(hlo_snapshot)); in BuildExecutables()386 executables[i]->set_hlo_snapshot(std::move(hlo_snapshots[i])); in BuildExecutables()