Searched refs:sub_x_y (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 2325 Output sub_x_y = ops::Sub(s.WithOpName("Sub_x_y"), x, y); in TEST_F() local 2335 {add_x_y, add_negx_y, add_x_negy, add_negx_negy, sub_x_y, in TEST_F() 2486 Output sub_x_y = ops::Sub(s.WithOpName("sub_x_y"), x, y); in TEST_F() local 2487 Output square_sub_x_y = ops::Square(s.WithOpName("output"), sub_x_y); in TEST_F() 2523 Output sub_x_y = ops::Sub(s.WithOpName("sub_x_y"), x, y); in TEST_F() local 2524 Output square_sub_x_y = ops::Square(s.WithOpName("output"), sub_x_y); in TEST_F()
|