Searched refs:operand_ptrs (Results 1 – 1 of 1) sorted by relevance
1331 std::vector<llvm::Value*> operand_ptrs; in HandleAllReduce() local1340 operand_ptrs.push_back(EmitBufferPointer(out_slice, operand_shape)); in HandleAllReduce()1343 MemCpy(operand_ptrs.back(), /*DstAlign=*/1, in_ptr, in HandleAllReduce()1346 llvm_ir::EmitTuple(GetIrArrayFor(crs), operand_ptrs, &b_); in HandleAllReduce()