Home
last modified time | relevance | path

Searched refs:send_chunk (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dcollective_ops_impl.cc71 T *send_chunk = output_buff + chunk_offset[send_chunk_index]; in RingAllReduce() local
72 …nd_req_id = server_node_->CollectiveSendAsync(ps::core::NodeRole::SERVER, send_to_rank, send_chunk, in RingAllReduce()
109 T *send_chunk = output_buff + chunk_offset[send_chunk_index]; in RingAllReduce() local
110 …nd_req_id = server_node_->CollectiveSendAsync(ps::core::NodeRole::SERVER, send_to_rank, send_chunk, in RingAllReduce()
/third_party/libsoup/examples/
Dsimple-proxy.c251 send_chunk (SoupMessage *from, SoupBuffer *chunk, SoupMessage *to) in send_chunk() function
313 G_CALLBACK (send_chunk), msg); in server_callback()