/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_reduce_op_test.py | 160 ragged_reduce_op=ragged_math_ops.reduce_all, 166 ragged_reduce_op=ragged_math_ops.reduce_all, 276 ragged_reduce_op=ragged_math_ops.reduce_all, 282 ragged_reduce_op=ragged_math_ops.reduce_all,
|
D | ragged_squeeze_op.py | 84 math_ops.reduce_all(math_ops.equal(r, scalar_tensor_one)),
|
D | ragged_dispatch.py | 98 math_ops.reduce_all,
|
D | ragged_math_ops.py | 733 @dispatch.dispatch_for_api(math_ops.reduce_all) 734 def reduce_all(input_tensor: ragged_tensor.Ragged, function 781 _set_ragged_reduce_docstring(reduce_all, 'logical and', 'and-ed', 'True',
|
/external/tensorflow/tensorflow/python/training/experimental/ |
D | loss_scale.py | 260 math_ops.reduce_all(math_ops.is_finite(g)) for g in grads if g is not None 262 return math_ops.reduce_all(is_finite_per_grad)
|
/external/tensorflow/tensorflow/tools/compatibility/testdata/ |
D | test_file_v0_11.py | 48 tf.reduce_all( 51 tf.reduce_all(
|
/external/tensorflow/tensorflow/lite/testing/op_tests/ |
D | reduce.py | 278 return make_reduce_tests(tf.reduce_all, boolean_tensor_only=True)(options)
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 388 condition = math_ops.reduce_all(test_op) 421 condition = math_ops.reduce_all(op_func(x, y)) 916 condition = math_ops.reduce_all(math_ops.less(diff, tol)) 2120 return math_ops.reduce_all(math_ops.less_equal(zero, diff)) 2163 return math_ops.reduce_all(math_ops.less(zero, diff))
|
D | random_ops.py | 405 math_ops.reduce_all(shape >= size), 458 math_ops.reduce_all(shape >= size),
|
D | image_ops_impl.py | 4129 math_ops.reduce_all(math_ops.equal(shape1[-3:], shape2[-3:])), 4306 math_ops.reduce_all( 4311 math_ops.reduce_all( 5264 math_ops.cast(math_ops.reduce_all(iou < iou_threshold, [1]), 5592 y_1_is_min = math_ops.reduce_all( 5596 x_1_is_min = math_ops.reduce_all(
|
D | rnn.py | 732 math_ops.reduce_all(math_ops.equal(x_shape, packed_shape)), [ 1228 return math_ops.logical_not(math_ops.reduce_all(elements_finished))
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_LogicalAnd.pbtxt | 55 The reduction version of this elementwise operation is `tf.math.reduce_all`.
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_utils.py | 667 def reduce_all(input_tensor, axis=None, keepdims=False): function 671 return math_ops.reduce_all(input_tensor, axis=axis, keepdims=keepdims)
|
D | np_math_ops.py | 1012 np_utils.reduce_all( 1015 lambda: math_ops.reduce_all(math_ops.equal(x1, x2)), 1271 math_ops.reduce_all(array_ops.shape(a) == array_ops.shape(weights)),
|
/external/tensorflow/tensorflow/python/framework/ |
D | extension_type.py | 268 math_ops.reduce_all( 276 math_ops.reduce_all( 278 return math_ops.reduce_all(array_ops.stack(conditions))
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | cholesky_op_test.py | 170 math_ops.reduce_all(math_ops.reduce_all(math_ops.is_nan(chol_lower))))
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | dirichlet.py | 299 math_ops.reduce_all(self.concentration > 1., axis=-1), mode, nan)
|
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/ |
D | build_def.bzl | 53 "reduce_all",
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | loss_scale_optimizer.py | 67 math_ops.reduce_all(math_ops.is_finite(g)) for g in grads if g is not None 69 return math_ops.reduce_all(is_finite_per_grad)
|
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
D | reduction_ops_test_big.py | 39 return math_ops.reduce_all(x, reduction_axes, keepdims)
|
D | reduction_ops_test.py | 106 (dtypes.bool, (math_ops.reduce_all, 123 (dtypes.bool, (math_ops.reduce_all, math_ops.reduce_any)) 993 tf_ans = math_ops.reduce_all(x, reduction_axes, keepdims) 1007 v = math_ops.reduce_all([True, True],
|
/external/tensorflow/tensorflow/python/keras/ |
D | losses.py | 1245 return math_ops.reduce_all([ 1449 is_binary = math_ops.reduce_all(math_ops.logical_or(are_zeros, are_ones))
|
/external/tensorflow/tensorflow/lite/testing/ |
D | build_def.bzl | 121 "reduce_all", 248 "reduce_all",
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | reduce_ops_test.py | 164 self._testReduction(math_ops.reduce_all, np.all, np.bool_, self.BOOL_DATA,
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | uniform_test.py | 252 math_ops.reduce_all(uniform.prob(uniform.sample(10)) > 0)))
|