Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc682 auto ans_dy = test::AsTensor<float>({3.f, 3.f}, TensorShape({2, 1})); in TEST_F() local
688 test::ExpectClose(ans_dy, dy); in TEST_F()
693 test::ExpectClose(ans_dy, dy); in TEST_F()
707 auto ans_dy = test::AsTensor<float>({-3.f, -3.f}, TensorShape({2, 1})); in TEST_F() local
709 test::ExpectClose(ans_dy, dy); in TEST_F()
715 auto ans_dy = test::AsTensor<float>({3.f, 3.f}, TensorShape({2, 1})); in TEST_F() local
717 test::ExpectClose(ans_dy, dy); in TEST_F()
727 auto ans_dy = test::AsTensor<float>({-3.f + (-2.f) + (-1.f), 1.f + 2.f + 3.f}, in TEST_F() local
734 test::ExpectClose(ans_dy, dy); in TEST_F()
739 test::ExpectClose(ans_dy, dy); in TEST_F()
[all …]