Home
last modified time | relevance | path

Searched refs:reduce_all (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_reduce_op_test.py160 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,
Dragged_squeeze_op.py84 math_ops.reduce_all(math_ops.equal(r, scalar_tensor_one)),
Dragged_dispatch.py98 math_ops.reduce_all,
Dragged_math_ops.py733 @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/
Dloss_scale.py260 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/
Dtest_file_v0_11.py48 tf.reduce_all(
51 tf.reduce_all(
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dreduce.py278 return make_reduce_tests(tf.reduce_all, boolean_tensor_only=True)(options)
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py388 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))
Drandom_ops.py405 math_ops.reduce_all(shape >= size),
458 math_ops.reduce_all(shape >= size),
Dimage_ops_impl.py4129 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(
Drnn.py732 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/
Dapi_def_LogicalAnd.pbtxt55 The reduction version of this elementwise operation is `tf.math.reduce_all`.
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py667 def reduce_all(input_tensor, axis=None, keepdims=False): function
671 return math_ops.reduce_all(input_tensor, axis=axis, keepdims=keepdims)
Dnp_math_ops.py1012 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/
Dextension_type.py268 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/
Dcholesky_op_test.py170 math_ops.reduce_all(math_ops.reduce_all(math_ops.is_nan(chol_lower))))
/external/tensorflow/tensorflow/python/ops/distributions/
Ddirichlet.py299 math_ops.reduce_all(self.concentration > 1., axis=-1), mode, nan)
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
Dbuild_def.bzl53 "reduce_all",
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dloss_scale_optimizer.py67 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/
Dreduction_ops_test_big.py39 return math_ops.reduce_all(x, reduction_axes, keepdims)
Dreduction_ops_test.py106 (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/
Dlosses.py1245 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/
Dbuild_def.bzl121 "reduce_all",
248 "reduce_all",
/external/tensorflow/tensorflow/compiler/tests/
Dreduce_ops_test.py164 self._testReduction(math_ops.reduce_all, np.all, np.bool_, self.BOOL_DATA,
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Duniform_test.py252 math_ops.reduce_all(uniform.prob(uniform.sample(10)) > 0)))

123