Searched refs:x2_shape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 813 TensorShape x2_shape({2, 5}); in TEST_F() local 815 auto x2 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x2_shape)); in TEST_F() 817 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 822 TensorShape x2_shape({2, 5}); in TEST_F() local 824 auto x2 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x2_shape)); in TEST_F() 826 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 831 TensorShape x2_shape({2, 5}); in TEST_F() local 833 auto x2 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x2_shape)); in TEST_F() 835 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 889 TensorShape x2_shape({2, 5}); in TEST_F() local [all …]
|