Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h34 class HloSnapshot; variable
85 const HloSnapshot& snapshot);
86 void DumpHloSnapshotIfEnabled(const HloSnapshot& snapshot,
Dexecutable.h182 void set_hlo_snapshot(std::unique_ptr<xla::HloSnapshot> hlo_snapshot) { in set_hlo_snapshot()
186 HloSnapshot* hlo_snapshot() const { return hlo_snapshot_.get(); } in hlo_snapshot()
200 std::unique_ptr<HloSnapshot> hlo_snapshot_;
Ddump.cc348 const HloSnapshot& snapshot) { in DumpHloSnapshotIfEnabled()
375 void DumpHloSnapshotIfEnabled(const HloSnapshot& snapshot, in DumpHloSnapshotIfEnabled()
Dservice.cc75 HloSnapshot* module) { in RecordArguments()
88 TransferManager* transfer_manager, HloSnapshot* module) { in RecordResult()
354 std::vector<std::unique_ptr<HloSnapshot>> hlo_snapshots; in BuildExecutables()
356 auto hlo_snapshot = absl::make_unique<HloSnapshot>(); in BuildExecutables()
806 auto hlo_snapshot = absl::make_unique<HloSnapshot>(); in BuildExecutable()
Dhlo.proto460 message HloSnapshot { message
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.cc31 StatusOr<std::unique_ptr<HloSnapshot>> XlaComputation::Snapshot() const { in Snapshot()
35 auto session = absl::make_unique<HloSnapshot>(); in Snapshot()
Dlocal_client.h81 HloSnapshot* hlo_snapshot);
84 Status RecordResult(const ShapedBuffer* result, HloSnapshot* hlo_snapshot);
Dxla_computation.h52 StatusOr<std::unique_ptr<HloSnapshot>> Snapshot() const;
Dlocal_client.cc195 HloSnapshot* hlo_snapshot) { in RecordArguments()
205 HloSnapshot* hlo_snapshot) { in RecordResult()
Dclient.h225 StatusOr<XlaComputation> LoadSnapshot(const HloSnapshot& module);
Dclient.cc212 StatusOr<XlaComputation> Client::LoadSnapshot(const HloSnapshot& module) { in LoadSnapshot()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc94 const HloSnapshot& module, LocalClient* client) { in CompileExecutable()
196 StatusOr<Literal> ReplayComputation(const HloSnapshot& module, in ReplayComputation()
309 StatusOr<HloSnapshot> ParseInputFile(const string& filename, in ParseInputFile()
312 HloSnapshot snapshot; in ParseInputFile()
350 std::vector<HloSnapshot> snapshots; in RealMain()
352 StatusOr<HloSnapshot> maybe_snapshot = ParseInputFile(arg, opts); in RealMain()
Dshow_signature.cc50 HloSnapshot module; in RealMain()
Dconvert_computation.cc36 HloSnapshot module; in RealMain()
Ddumped_computation_to_operation_list.cc66 HloSnapshot snapshot; in RealMain()
Ddumped_computation_to_text.cc41 HloSnapshot snapshot; in RealMain()
Dinteractive_graphviz.cc666 HloSnapshot snapshot; in RealMain()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreplay_test.cc47 std::unique_ptr<HloSnapshot> module = in TEST_F()
80 std::unique_ptr<HloSnapshot> module = in XLA_TEST_F()
127 std::unique_ptr<HloSnapshot> module = in TEST_F()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc107 TF_ASSIGN_OR_RETURN(std::unique_ptr<xla::HloSnapshot> module, in CompileGraph()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto57 xla.HloSnapshot hlo_snapshot = 2;
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto255 // If true, every time an HLO module is run, we will dump an HloSnapshot
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc219 xla::HloSnapshot* dst) { in StoreComputationSnapshot()