Home
last modified time | relevance | path

Searched defs:reduction_op (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer.cc61 Status ReductionOp(const string& merge_op, ncclRedOp_t* reduction_op) { in ReductionOp()
75 ncclRedOp_t reduction_op; in Run() local
Dsegment_reduction_ops_test.cc68 std::unique_ptr<OpKernel> reduction_op( in BM_SegmentReduction() local
Dnccl_ops.cc80 ncclRedOp_t reduction_op() const { return reduction_op_; } in reduction_op() function in tensorflow::__anon49c74ebe0111::NcclReduceOpBase
Ddynamic_partition_op_gpu.cu.cc400 cub::Sum reduction_op; in CountAndSortParts() local
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc147 const ncclRedOp_t reduction_op; // applies when <type> is a reduction. member
345 ncclRedOp_t reduction_op) { in AddToAllReduce()
370 ncclRedOp_t reduction_op) { in AddReduceSend()
376 ncclRedOp_t reduction_op) { in AddReduceRecv()
398 ncclRedOp_t reduction_op) { in AddParticipant()
Dnccl_manager_test.cc77 ncclRedOp_t reduction_op, TensorShape shape, in MakeReductionTestCase()
263 ncclRedOp_t reduction_op = static_cast<ncclRedOp_t>(op); in TYPED_TEST() local
426 ncclRedOp_t reduction_op = static_cast<ncclRedOp_t>(op); in TYPED_TEST() local
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py331 reduction_op='Add', argument