Searched refs:mean1 (Results 1 – 4 of 4) sorted by relevance
210 Tensor<float, 0, DataLayout> mean1 = tensor.mean(); in test_simple_reductions() local211 VERIFY_IS_EQUAL(mean1.rank(), 0); in test_simple_reductions()221 VERIFY_IS_APPROX(mean1(), mean2()); in test_simple_reductions()
221 mean1 = dist1.mean().eval()224 self.assertAllClose(mean2[class_num], 2 * mean1[class_num])225 self.assertAllEqual([3], mean1.shape)
2840 mean1 = reducer(y)2841 num0 = mean0 * mean1 * 2.02842 den0 = math_ops.square(mean0) + math_ops.square(mean1)
2628 self.mean1 = metrics_module.Mean(name='metric_1')2633 self.add_metric(self.mean1(x), name='metric_1')