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

Method ExecuteLocally

tensorflow/compiler/xla/tests/local_client_test_base.cc:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180StatusOr<ScopedShapedBuffer> LocalClientTestBase::ExecuteLocally(
181 const XlaComputation& computation,
182 absl::Span<const ShapedBuffer* const> arguments) {
183 return ExecuteLocally(computation, arguments, DefaultExecutableBuildOptions(),
184 DefaultExecutableRunOptions());
185}
186
187StatusOr<ScopedShapedBuffer> LocalClientTestBase::ExecuteLocally(
188 const XlaComputation& computation,

Callers

nothing calls this directly

Calls 7

sizeMethod · 0.45
device_ordinalMethod · 0.45
streamMethod · 0.45
getMethod · 0.45
BorrowStreamMethod · 0.45
mutable_backendMethod · 0.45
BlockHostUntilDoneMethod · 0.45

Tested by

no test coverage detected