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

Method ExecuteAndTransfer

tensorflow/compiler/xla/tests/hlo_test_base.cc:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188Literal HloTestBase::ExecuteAndTransfer(std::unique_ptr<HloModule> module,
189 absl::Span<Literal* const> arguments) {
190 return test_runner_.Execute(std::move(module), arguments).ValueOrDie();
191}
192
193StatusOr<std::vector<Literal>> HloTestBase::ExecuteReplicated(
194 std::unique_ptr<HloModule> module, absl::Span<Literal* const> arguments,

Callers 7

XLA_TEST_FFunction · 0.45
XLA_TEST_PFunction · 0.45
XLA_TEST_FFunction · 0.45
TEST_FFunction · 0.45
XLA_TEST_FFunction · 0.45
XLA_TEST_FFunction · 0.45

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected