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.cc1822 std::vector<Tensor>* remote_rets = new std::vector<Tensor>; in RunInternal() local
1823 flr->Run(opts, handle, local_args, remote_rets, in RunInternal()
1825 device_context, rets_alloc_attrs, remote_rets, rets, in RunInternal()
1828 delete remote_rets; in RunInternal()
1832 int64_t num_returns = remote_rets->size(); in RunInternal()
1833 delete remote_rets; in RunInternal()