Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h84 void DumpHloSnapshotIfEnabled(const HloModule& module,
86 void DumpHloSnapshotIfEnabled(const HloSnapshot& snapshot,
Ddump.cc347 void DumpHloSnapshotIfEnabled(const HloModule& module, in DumpHloSnapshotIfEnabled() function
375 void DumpHloSnapshotIfEnabled(const HloSnapshot& snapshot, in DumpHloSnapshotIfEnabled() function
Dservice.cc750 DumpHloSnapshotIfEnabled(executable->module(), in ExecuteGraphParallel()
917 DumpHloSnapshotIfEnabled(executable->module(), *executable->hlo_snapshot()); in Execute()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc189 DumpHloSnapshotIfEnabled(executable_->module(), *executable_->hlo_snapshot()); in ExecuteAndDump()