Home
last modified time | relevance | path

Searched refs:neg_x (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2319 Output neg_x = ops::Neg(s.WithOpName("Neg_x"), x); in TEST_F() local
2322 Output add_negx_y = ops::Add(s.WithOpName("Add_negx_y"), neg_x, y); in TEST_F()
2324 Output add_negx_negy = ops::Add(s.WithOpName("Add_negx_negy"), neg_x, neg_y); in TEST_F()
2326 Output sub_negx_y = ops::Sub(s.WithOpName("Sub_negx_y"), neg_x, y); in TEST_F()
2328 Output sub_negx_negy = ops::Sub(s.WithOpName("Sub_negx_negy"), neg_x, neg_y); in TEST_F()