Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_reduce_op_test.py142 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)
Dragged_dispatch.py96 math_ops.reduce_std,
Dragged_math_ops.py717 @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',
Dragged_dispatch_test.py914 op=math_ops.reduce_std,
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py116 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)
Dimage_ops_impl.py1984 stddev = math_ops.reduce_std(image, axis=[-1, -2, -3], keepdims=True)
Dmath_ops.py2710 def reduce_std(input_tensor, axis=None, keepdims=False, name=None): function
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt376 name: "reduce_std"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt376 name: "reduce_std"
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py669 math_ops.reduce_std,
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2437 return math_ops.reduce_std(x, axis=axis, keepdims=keepdims)
/external/tensorflow/
DRELEASE.md5318 * `tf.math.reduce_variance` and `tf.math.reduce_std` return correct