Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc680 auto ans_dx = test::AsTensor<float>({1.f, 1.f, 1.f, 1.f, 1.f, 1.f}, in TEST_F() local
687 test::ExpectClose(ans_dx, dx); in TEST_F()
692 test::ExpectClose(ans_dx, dx); in TEST_F()
705 auto ans_dx = test::AsTensor<float>({1.f, 1.f, 1.f, 1.f, 1.f, 1.f}, in TEST_F() local
708 test::ExpectClose(ans_dx, dx); in TEST_F()
713 auto ans_dx = test::AsTensor<float>({-1.f, -1.f, -1.f, -1.f, -1.f, -1.f}, in TEST_F() local
716 test::ExpectClose(ans_dx, dx); in TEST_F()
725 auto ans_dx = test::AsTensor<float>({-10.f, -10.f, -10.f, 10.f, 10.f, 10.f}, in TEST_F() local
733 test::ExpectClose(ans_dx, dx); in TEST_F()
738 test::ExpectClose(ans_dx, dx); in TEST_F()
[all …]