aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_SegmentSum.pbtxt
blob: c7cc1d0c9f3281bf64f42cd159ebf31fbf20df51 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "SegmentSum"
  endpoint {
    name: "math.segment_sum"
  }
  endpoint {
    name: "segment_sum"
    deprecation_message: "tf.segment_sum is deprecated, please use tf.math.segment_sum instead."
  }
}