Searched defs:ans_dx (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 680 auto ans_dx = test::AsTensor<float>({1.f, 1.f, 1.f, 1.f, 1.f, 1.f}, in TEST_F() local 705 auto ans_dx = test::AsTensor<float>({1.f, 1.f, 1.f, 1.f, 1.f, 1.f}, in TEST_F() local 713 auto ans_dx = test::AsTensor<float>({-1.f, -1.f, -1.f, -1.f, -1.f, -1.f}, in TEST_F() local 725 auto ans_dx = test::AsTensor<float>({-10.f, -10.f, -10.f, 10.f, 10.f, 10.f}, in TEST_F() local 1291 Tensor ans_dx; in TEST_F() local 1310 Tensor ans_dx = BatchMatMulV2(dz, false, y, true); in TEST_F() local 1330 Tensor ans_dx; in TEST_F() local 1353 Tensor ans_dx; in TEST_F() local
|