OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadSnapshot
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/tools/
show_signature.cc
53
auto computation = client->
LoadSnapshot
(module).ConsumeValueOrDie();
dumped_computation_to_operation_list.cc
69
auto computation_status = client->
LoadSnapshot
(snapshot);
dumped_computation_to_text.cc
44
auto computation_status = client->
LoadSnapshot
(snapshot);
/external/tensorflow/tensorflow/compiler/xla/tests/
replay_test.cc
51
XlaComputation replayed = client_->
LoadSnapshot
(*module).ConsumeValueOrDie();
84
XlaComputation replayed = client_->
LoadSnapshot
(*module).ConsumeValueOrDie();
131
XlaComputation replayed = client_->
LoadSnapshot
(*module).ConsumeValueOrDie();
/external/tensorflow/tensorflow/compiler/xla/client/
client.h
225
StatusOr<XlaComputation>
LoadSnapshot
(const HloSnapshot& module);
client.cc
212
StatusOr<XlaComputation> Client::
LoadSnapshot
(const HloSnapshot& module) {
/external/tensorflow/tensorflow/compiler/xrt/kernels/
xrt_compile_ops.cc
112
client->
LoadSnapshot
(computation_proto.hlo_snapshot()));
Completed in 205 milliseconds