Searched refs:remote_rets (Results 1 – 1 of 1) sorted by relevance
1822 std::vector<Tensor>* remote_rets = new std::vector<Tensor>; in RunInternal() local1823 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()