Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SegmentSum (0.75 sec)

  1. tensorflow/cc/gradients/math_grad.cc

      // The SegmentSum operation sums segments of the Tensor that have the same
      // index in the segment_ids parameter.
      // i.e z = [2, 3, 4, 5], segment_ids [0, 0, 0, 1]
      // will produce [2 + 3 + 4, 5] = [9, 5]
      // The gradient that will flow back to the gather operation will look like
      // [x1, x2], it will have the same shape as the output of the SegmentSum
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top