Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreplay_test.cc51 XlaComputation replayed = client_->LoadSnapshot(*module).ConsumeValueOrDie(); in TEST_F()
84 XlaComputation replayed = client_->LoadSnapshot(*module).ConsumeValueOrDie(); in XLA_TEST_F()
131 XlaComputation replayed = client_->LoadSnapshot(*module).ConsumeValueOrDie(); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dshow_signature.cc53 auto computation = client->LoadSnapshot(module).ConsumeValueOrDie(); in RealMain()
Ddumped_computation_to_operation_list.cc69 auto computation_status = client->LoadSnapshot(snapshot); in RealMain()
Ddumped_computation_to_text.cc44 auto computation_status = client->LoadSnapshot(snapshot); in RealMain()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h225 StatusOr<XlaComputation> LoadSnapshot(const HloSnapshot& module);
Dclient.cc212 StatusOr<XlaComputation> Client::LoadSnapshot(const HloSnapshot& module) { in LoadSnapshot() function in xla::Client
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc112 client->LoadSnapshot(computation_proto.hlo_snapshot())); in Compile()