Home
last modified time | relevance | path

Searched defs:keepdims (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dreduction_ops_test_big.py30 def _tf_reduce(self, x, reduction_axes, keepdims): argument
37 def _tf_reduce_max(self, x, reduction_axes, keepdims): argument
40 def _tf_reduce_all(self, x, reduction_axes, keepdims): argument
43 def _tf_reduce_mean(self, x, reduction_axes, keepdims): argument
46 def _tf_reduce_sum(self, x, reduction_axes, keepdims): argument
Dreduction_ops_test.py113 def _tf_reduce(self, x, reduction_axes, keepdims): argument
116 def _np_reduce(self, x, reduction_axes, keepdims): argument
131 def _compare(self, x, reduction_axes, keepdims, feed_dict=None): argument
174 def _tf_reduce(self, x, reduction_axes, keepdims): argument
177 def _np_reduce(self, x, reduction_axes, keepdims): argument
375 def _tf_reduce(self, x, reduction_axes, keepdims): argument
378 def _np_reduce(self, x, reduction_axes, keepdims): argument
461 def _tf_reduce(self, x, reduction_axes, keepdims): argument
464 def _np_reduce(self, x, reduction_axes, keepdims): argument
552 def _compare(self, x, reduction_axes, keepdims, use_gpu=False): argument
[all …]
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1310 def _may_reduce_to_scalar(keepdims, axis, reduction_indices, output): argument
1323 keepdims=None, argument
1384 keepdims=None, argument
1451 keepdims=None, argument
1523 keepdims=None, argument
1573 keepdims=None, argument
1622 keepdims=None, argument
1671 keepdims=None, argument
1729 keepdims=None, argument
1787 keepdims=None, argument
Dlinalg_ops.py455 keepdims=None, argument
/external/toolchain-utils/cros_utils/
Dstats.py643 def lcov(x, y, keepdims=0): argument
2029 def ageometricmean(inarray, dimension=None, keepdims=0): argument
2071 def aharmonicmean(inarray, dimension=None, keepdims=0): argument
2124 def amean(inarray, dimension=None, keepdims=0): argument
2737 def asamplevar(inarray, dimension=None, keepdims=0): argument
2764 def asamplestdev(inarray, dimension=None, keepdims=0): argument
2790 def acov(x, y, dimension=None, keepdims=0): argument
2817 def avar(inarray, dimension=None, keepdims=0): argument
2841 def astdev(inarray, dimension=None, keepdims=0): argument
2853 def asterr(inarray, dimension=None, keepdims=0): argument
[all …]
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dbackend.py1474 def max(x, axis=None, keepdims=False): argument
1492 def min(x, axis=None, keepdims=False): argument
1510 def sum(x, axis=None, keepdims=False): argument
1528 def prod(x, axis=None, keepdims=False): argument
1572 def var(x, axis=None, keepdims=False): argument
1595 def std(x, axis=None, keepdims=False): argument
1613 def mean(x, axis=None, keepdims=False): argument
1633 def any(x, axis=None, keepdims=False): argument
1649 def all(x, axis=None, keepdims=False): argument
1760 def logsumexp(x, axis=None, keepdims=False): argument
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
Dmcmc_diagnostics_impl.py366 def _reduce_variance(x, axis=None, biased=True, keepdims=False): argument
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
Dmcmc_diagnostics_test.py384 def check_versus_numpy(self, x_, axis, biased, keepdims): argument
Dhmc_test.py44 def _reduce_variance(x, axis=None, keepdims=False): argument