Home
last modified time | relevance | path

Searched refs:reduce_min (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_reduce_op_test.py92 ragged_reduce_op=ragged_math_ops.reduce_min,
98 ragged_reduce_op=ragged_math_ops.reduce_min,
164 ragged_reduce_op=ragged_math_ops.reduce_min,
190 ragged_reduce_op=ragged_math_ops.reduce_min,
219 ragged_reduce_op=ragged_math_ops.reduce_min,
Dragged_math_ops.py515 def reduce_min(input_tensor, axis=None, keepdims=None, name=None): function
517 return _ragged_reduce_aggregate(math_ops.reduce_min,
580 _set_ragged_reduce_docstring(reduce_min, 'minimum', 'minimized',
Dragged_dispatch.py398 math_ops.reduce_min,
457 (math_ops.reduce_min, ragged_math_ops.reduce_min, ['input_tensor']),
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquant_ops.py140 batch_min = math_ops.reduce_min(
145 batch_min = math_ops.reduce_min(inputs, name='BatchMin')
265 batch_min = math_ops.reduce_min(
270 batch_min = math_ops.reduce_min(inputs, name='BatchMin')
/external/tensorflow/tensorflow/tools/compatibility/testdata/
Dtest_file_v0_11.py77 tf.reduce_min(
80 tf.reduce_min(
82 self.assertAllEqual(tf.reduce_min(a, [0, 1]).eval(), 1.0)
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops.py134 axis_minimums = math_ops.reduce_min(data, dim, keepdims=True)
154 masked_minimums = math_ops.reduce_min(
450 row_minimums = math_ops.reduce_min(diff, 1, keepdims=True)
568 math_ops.reduce_min(
689 math_ops.reduce_min(
943 this_cluster_score = -1.0 * math_ops.reduce_min(
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py129 reduce_min = _ops.reduce_min variable
/external/tensorflow/tensorflow/python/kernel_tests/
Dreduction_ops_test.py107 math_ops.reduce_min,
676 tf_ans = math_ops.reduce_min(x, reduction_axes, keepdims)
690 v = math_ops.reduce_min([0, 0], constant_op.constant(0, dtype=dtype))
736 su = math_ops.reduce_min(t, [1, 2])
747 su = math_ops.reduce_min(t, [1])
758 su = math_ops.reduce_min(t, [2])
769 su = math_ops.reduce_min(t)
778 y = math_ops.reduce_min(x, [1])
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dkalman_filter.py129 min_diag = math_ops.reduce_min(diag)
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils.py757 stat_variables.start_time, math_ops.reduce_min(times)))
828 math_ops.reduce_max(times, axis=1) - math_ops.reduce_min(times, axis=1),
922 math_ops.reduce_min(times)))
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dresampling.py288 min_ratio = math_ops.reduce_min(ratio_l)
Dgrouping.py193 bucket_id = math_ops.reduce_min(array_ops.where(conditions_c))
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist_with_summaries.py75 tf.summary.scalar('min', tf.reduce_min(var))
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dtest_util.py179 value_range = [math_ops.reduce_min(x), 1 + math_ops.reduce_max(x)]
Dstatistical_testing.py279 xmin = math_ops.reduce_min(samples, axis=[0])
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dggt.py254 sigma_sqrt_min = math_ops.reduce_min(sigma_sqrt)
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_zeros.py441 return math_ops.reduce_min(self.shape_tensor()[-2:])
Dlinear_operator_identity.py87 return math_ops.reduce_min(self.shape_tensor()[-2:])
Dlinear_operator.py462 math_ops.reduce_min(singular_values, axis=-1))
/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops.py402 which_bucket = math_ops.reduce_min(array_ops.where(conditions_c))
/external/tensorflow/tensorflow/compiler/tests/
Dreduce_ops_test.py125 self._testReduction(math_ops.reduce_min,
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops_test.py726 result_lt = ops.reduce_min(self.original_lt, {'channel'})
730 result_lt = ops.reduce_min(self.original_lt, {'channel'})
732 math_ops.reduce_min(self.original_lt.tensor, 1),
Dops.py973 reduce_min = define_reduce_op('reduce_min', math_ops.reduce_min) variable
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dnegative_binomial_test.py229 sample_min = math_ops.reduce_min(samples)
/external/tensorflow/tensorflow/python/ops/
Drnn.py769 min_sequence_length = math_ops.reduce_min(sequence_length)
1371 min_sequence_length = math_ops.reduce_min(sequence_length)

12