Home
last modified time | relevance | path

Searched refs:outfeed_values (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner_interface.h72 std::vector<Literal>* outfeed_values = nullptr; member
Dhlo_runner.cc291 if (options.outfeed_values != nullptr) { in ExecuteReplicatedImpl()
292 options.outfeed_values->push_back(std::move(literal)); in ExecuteReplicatedImpl()