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

Method client

tensorflow/compiler/jit/kernels/xla_ops.cc:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 XlaExecutableClosure& operator=(XlaExecutableClosure&&) = default;
118
119 xla::LocalClient* client() const { return client_; }
120 xla::LocalExecutable* executable() const { return executable_; }
121 const XlaCompiler::CompilationResult* compilation_result() const {
122 return compilation_result_;

Callers 4

PlatformInfoFromContextFunction · 0.45
BuildCompilationCacheFunction · 0.45
CompileToLocalExecutableFunction · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected