Searched refs:SendContent (Results 1 – 2 of 2) sorted by relevance
349 void SendContent(const Tensor& in, const TensorProto& proto, bool is_dead);
1014 void RdmaTensorResponse::Resume() { SendContent(*tensor_, *proto_, is_dead_); } in Resume()1130 SendContent(in, proto, is_dead); in Send()1196 void RdmaTensorResponse::SendContent(const Tensor& in, const TensorProto& proto, in SendContent() function in tensorflow::RdmaTensorResponse