Home
last modified time | relevance | path

Searched refs:mean1 (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_reduction.cpp210 Tensor<float, 0, DataLayout> mean1 = tensor.mean(); in test_simple_reductions() local
211 VERIFY_IS_EQUAL(mean1.rank(), 0); in test_simple_reductions()
221 VERIFY_IS_APPROX(mean1(), mean2()); in test_simple_reductions()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Ddirichlet_multinomial_test.py221 mean1 = dist1.mean().eval()
224 self.assertAllClose(mean2[class_num], 2 * mean1[class_num])
225 self.assertAllEqual([3], mean1.shape)
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2840 mean1 = reducer(y)
2841 num0 = mean0 * mean1 * 2.0
2842 den0 = math_ops.square(mean0) + math_ops.square(mean1)
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py2628 self.mean1 = metrics_module.Mean(name='metric_1')
2633 self.add_metric(self.mean1(x), name='metric_1')