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.cc973 std::vector<Tensor>* remote_rets = new std::vector<Tensor>; in Run() local
974 flr->Run(opts, handle, args, remote_rets, in Run()
977 device_context, rets_alloc_attrs, remote_rets, in Run()
981 delete remote_rets; in Run()
985 int64 num_returns = remote_rets->size(); in Run()
986 delete remote_rets; in Run()