Searched refs:MakeCollectiveAdapter (Results 1 – 4 of 4) sorted by relevance
88 CollectiveAdapter* MakeCollectiveAdapter(Tensor* output, int num_chunks,
95 ca_.reset(MakeCollectiveAdapter(col_ctx_->output, group_size_ * num_subdivs_, in Run()
121 ca_.reset(MakeCollectiveAdapter(col_ctx_->output, group_size_ * num_subdivs_, in ContinueAfterInputCopy()
183 CollectiveAdapter* MakeCollectiveAdapter(Tensor* output, int num_chunks, in MakeCollectiveAdapter() function