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