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

Method Execute

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

Source from the content-addressed store, hash-verified

173}
174
175StatusOr<Literal> HloTestBase::Execute(std::unique_ptr<HloModule> module,
176 absl::Span<Literal* const> arguments) {
177 return test_runner_.Execute(std::move(module), arguments);
178}
179
180Literal HloTestBase::ExecuteNoHloPasses(std::unique_ptr<HloModule> module,
181 absl::Span<Literal* const> arguments) {

Callers 12

ExecuteOnPlatformFunction · 0.45
ExecuteNoHloPassesMethod · 0.45
ExecuteAndTransferMethod · 0.45
RunMethod · 0.45
RunMultipleTimesMethod · 0.45
XLA_TEST_FFunction · 0.45
XLA_TEST_FFunction · 0.45
TEST_FFunction · 0.45
XLA_TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected