Searched refs:LoadSnapshot (Results 1 – 7 of 7) sorted by relevance
51 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()
53 auto computation = client->LoadSnapshot(module).ConsumeValueOrDie(); in RealMain()
69 auto computation_status = client->LoadSnapshot(snapshot); in RealMain()
44 auto computation_status = client->LoadSnapshot(snapshot); in RealMain()
225 StatusOr<XlaComputation> LoadSnapshot(const HloSnapshot& module);
212 StatusOr<XlaComputation> Client::LoadSnapshot(const HloSnapshot& module) { in LoadSnapshot() function in xla::Client
112 client->LoadSnapshot(computation_proto.hlo_snapshot())); in Compile()