Searched refs:x1_shape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 812 TensorShape x1_shape({3, 2, 5}); in TEST_F() local 814 auto x1 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x1_shape)); in TEST_F() 817 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 821 TensorShape x1_shape({3, 2, 5}); in TEST_F() local 823 auto x1 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x1_shape)); in TEST_F() 826 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 830 TensorShape x1_shape({3, 2, 5}); in TEST_F() local 832 auto x1 = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x1_shape)); in TEST_F() 835 RunTest({x1, x2}, {x1_shape, x2_shape}, {y}, {x1_shape}); in TEST_F() 888 TensorShape x1_shape({3, 2, 5}); in TEST_F() local [all …]
|