Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1532 std::vector<Tensor>* remote_rets = new std::vector<Tensor>; in RunInternal() local
1533 flr->Run(opts, handle, local_args, remote_rets, in RunInternal()
1535 device_context, rets_alloc_attrs, remote_rets, rets, in RunInternal()
1538 delete remote_rets; in RunInternal()
1542 int64 num_returns = remote_rets->size(); in RunInternal()
1543 delete remote_rets; in RunInternal()