/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_reduce_op_test.py | 92 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,
|
D | ragged_math_ops.py | 515 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',
|
D | ragged_dispatch.py | 398 math_ops.reduce_min, 457 (math_ops.reduce_min, ragged_math_ops.reduce_min, ['input_tensor']),
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quant_ops.py | 140 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/ |
D | test_file_v0_11.py | 77 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/ |
D | metric_loss_ops.py | 134 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__.py | 129 reduce_min = _ops.reduce_min variable
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reduction_ops_test.py | 107 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/ |
D | kalman_filter.py | 129 min_diag = math_ops.reduce_min(diag)
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | math_utils.py | 757 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/ |
D | resampling.py | 288 min_ratio = math_ops.reduce_min(ratio_l)
|
D | grouping.py | 193 bucket_id = math_ops.reduce_min(array_ops.where(conditions_c))
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | mnist_with_summaries.py | 75 tf.summary.scalar('min', tf.reduce_min(var))
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | test_util.py | 179 value_range = [math_ops.reduce_min(x), 1 + math_ops.reduce_max(x)]
|
D | statistical_testing.py | 279 xmin = math_ops.reduce_min(samples, axis=[0])
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
D | ggt.py | 254 sigma_sqrt_min = math_ops.reduce_min(sigma_sqrt)
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_zeros.py | 441 return math_ops.reduce_min(self.shape_tensor()[-2:])
|
D | linear_operator_identity.py | 87 return math_ops.reduce_min(self.shape_tensor()[-2:])
|
D | linear_operator.py | 462 math_ops.reduce_min(singular_values, axis=-1))
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | bucket_ops.py | 402 which_bucket = math_ops.reduce_min(array_ops.where(conditions_c))
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | reduce_ops_test.py | 125 self._testReduction(math_ops.reduce_min,
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | ops_test.py | 726 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),
|
D | ops.py | 973 reduce_min = define_reduce_op('reduce_min', math_ops.reduce_min) variable
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | negative_binomial_test.py | 229 sample_min = math_ops.reduce_min(samples)
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 769 min_sequence_length = math_ops.reduce_min(sequence_length) 1371 min_sequence_length = math_ops.reduce_min(sequence_length)
|