Searched refs:sub_x_y (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 2362 Output sub_x_y = ops::Sub(s.WithOpName("Sub_x_y"), x, y); in TEST_F() local 2372 {add_x_y, add_negx_y, add_x_negy, add_negx_negy, sub_x_y, in TEST_F() 2563 Output sub_x_y = in TEST_F() local 2566 Output square_sub_x_y = ops::Square(s.WithOpName("output"), sub_x_y); in TEST_F() 2610 Output sub_x_y = ops::Sub(s.WithOpName("sub_x_y"), x, y); in TEST_F() local 2611 Output square_sub_x_y = ops::Square(s.WithOpName("output"), sub_x_y); in TEST_F()
|