Searched refs:reduce_std (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_reduce_op_test.py | 142 ragged_reduce_op=ragged_math_ops.reduce_std, 258 ragged_reduce_op=ragged_math_ops.reduce_std, 336 ragged_reduce_op=ragged_math_ops.reduce_std, 381 ragged_reduce_op=ragged_math_ops.reduce_std, 583 ragged_reduce_op=ragged_math_ops.reduce_std, 589 ragged_reduce_op=ragged_math_ops.reduce_std, 595 ragged_reduce_op=ragged_math_ops.reduce_std, 624 ragged_reduce_op=ragged_math_ops.reduce_std, 676 reduced = ragged_math_ops.reduce_std(rt_input, axis=1) 694 reduced = ragged_math_ops.reduce_std(tensor, axis=1)
|
D | ragged_dispatch.py | 96 math_ops.reduce_std,
|
D | ragged_math_ops.py | 717 @dispatch.dispatch_for_api(math_ops.reduce_std) 718 def reduce_std(input_tensor: ragged_tensor.Ragged, function 779 _set_ragged_reduce_docstring(reduce_std, 'std', 'averaged', 'NaN',
|
D | ragged_dispatch_test.py | 914 op=math_ops.reduce_std,
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops_test.py | 116 self.assertAllClose(self.evaluate(math_ops.reduce_std(x)), 0) 118 self.evaluate(math_ops.reduce_std(x, axis=0)), [0, 0, 0]) 122 math_ops.reduce_std(x) 125 self.assertEqual(self.evaluate(math_ops.reduce_std(x)), 0.5) 128 self.assertEqual(self.evaluate(math_ops.reduce_std(x_np)), 0.5) 132 self.assertAllClose(math_ops.reduce_std(x, axis=0), [0., 4., 1., 0.]) 140 y_result = math_ops.reduce_std(y)
|
D | image_ops_impl.py | 1984 stddev = math_ops.reduce_std(image, axis=[-1, -2, -3], keepdims=True)
|
D | math_ops.py | 2710 def reduce_std(input_tensor, axis=None, keepdims=False, name=None): function
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.math.pbtxt | 376 name: "reduce_std"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.math.pbtxt | 376 name: "reduce_std"
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops.py | 669 math_ops.reduce_std,
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 2437 return math_ops.reduce_std(x, axis=axis, keepdims=keepdims)
|
/external/tensorflow/ |
D | RELEASE.md | 5318 * `tf.math.reduce_variance` and `tf.math.reduce_std` return correct
|