Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc349 std::vector<Tensor>* ret_tensors = new std::vector<Tensor>; in Run() local
350 return Run(opts, handle, tensors, ret_tensors, in Run()
351 [rets, ret_tensors, done = std::move(done)](const Status& s) { in Run()
353 for (const auto& t : *ret_tensors) { in Run()
357 delete ret_tensors; in Run()