Home
last modified time | relevance | path

Searched refs:hlo_snapshots (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc354 std::vector<std::unique_ptr<HloSnapshot>> hlo_snapshots; in BuildExecutables() local
358 hlo_snapshots.push_back(std::move(hlo_snapshot)); in BuildExecutables()
386 executables[i]->set_hlo_snapshot(std::move(hlo_snapshots[i])); in BuildExecutables()