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

Method ExecuteReplicated

tensorflow/compiler/xla/service/hlo_runner.cc:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270StatusOr<std::vector<Literal>> HloRunner::ExecuteReplicated(
271 std::unique_ptr<HloModule> module, const ReplicatedExecuteOptions& options,
272 DeviceAssignment* device_assignment) {
273 TF_ASSIGN_OR_RETURN(
274 std::unique_ptr<Executable> executable,
275 CreateExecutable(std::move(module), options.run_hlo_passes));
276 return ExecuteReplicated(executable.get(), options, device_assignment);
277}
278
279StatusOr<std::vector<Literal>> HloRunner::ExecuteReplicated(
280 Executable* executable, const ReplicatedExecuteOptions& options,

Callers

nothing calls this directly

Calls 15

backendFunction · 0.85
DefaultFunction · 0.85
stream_executorMethod · 0.80
ExecuteOnStreamsMethod · 0.80
TF_ASSIGN_OR_RETURNFunction · 0.70
getMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
InitMethod · 0.45
backMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected