Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1331 std::vector<llvm::Value*> operand_ptrs; in HandleAllReduce() local
1340 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()