Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py399 def _ragged_reduce_aggregate(reduce_op, function
469 inner_reduced = _ragged_reduce_aggregate(reduce_op, unsorted_segment_op,
471 return _ragged_reduce_aggregate(reduce_op, unsorted_segment_op,
497 _ragged_reduce_aggregate(reduce_op, unsorted_segment_op,
503 return _ragged_reduce_aggregate(math_ops.reduce_sum,
510 return _ragged_reduce_aggregate(math_ops.reduce_prod,
517 return _ragged_reduce_aggregate(math_ops.reduce_min,
524 return _ragged_reduce_aggregate(math_ops.reduce_max,