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