Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2321 Output add_x_y = ops::Add(s.WithOpName("Add_x_y"), x, y); in TEST_F() local
2330 s.WithOpName("Neg_x_with_dep").WithControlDependencies({add_x_y}), x); in TEST_F()
2335 {add_x_y, add_negx_y, add_x_negy, add_negx_negy, sub_x_y, in TEST_F()