Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsegment_reduction_ops_deterministic_test.py86 math_ops.unsorted_segment_mean: True, # uses unsorted_segment_sum
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dsegment_reduction_ops_d9m_test.py95 math_ops.unsorted_segment_mean: True, # uses unsorted_segment_sum
Dsegment_reduction_ops_test.py291 math_ops.unsorted_segment_mean, lambda t: 0),
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt492 name: "unsorted_segment_mean"
Dtensorflow.pbtxt2484 name: "unsorted_segment_mean"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt492 name: "unsorted_segment_mean"
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py322 @dispatch.dispatch_for_api(math_ops.unsorted_segment_mean)
Dragged_dispatch_test.py838 op=math_ops.unsorted_segment_mean,
/external/tensorflow/tensorflow/python/ops/
Dnn_grad.py1218 means_i = math_ops.unsorted_segment_mean(
Dmath_ops.py4569 def unsorted_segment_mean(data, segment_ids, num_segments, name=None): function
/external/tensorflow/
DRELEASE.md605 * (since v2.7) `tf.math.unsorted_segment_mean`
1448 * `tf.math.unsorted_segment_mean`
3924 `tf.math.segment_sum`, `tf.math.unsorted_segment_mean`,