MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LoadSnapshot

Method LoadSnapshot

tensorflow/compiler/xla/client/client.cc:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212StatusOr<XlaComputation> Client::LoadSnapshot(const HloSnapshot& module) {
213 TF_RET_CHECK(module.has_hlo() && module.hlo().has_hlo_module());
214 return XlaComputation(module.hlo().hlo_module());
215}
216
217StatusOr<ExecutionHandle> Client::Compile(
218 const XlaComputation& computation, absl::Span<const Shape> argument_shapes,

Callers 5

RealMainFunction · 0.80
RealMainFunction · 0.80
RealMainFunction · 0.80
TEST_FFunction · 0.80
XLA_TEST_FFunction · 0.80

Calls 1

XlaComputationClass · 0.85

Tested by 2

TEST_FFunction · 0.64
XLA_TEST_FFunction · 0.64