Searched refs:sqrt_y (Results 1 – 1 of 1) sorted by relevance
2444 Output sqrt_y = ops::Sqrt(s.WithOpName("sqrt_y"), y); in TEST_F() local2445 Output div_x_sqrt_y = ops::Div(s.WithOpName("output"), x, sqrt_y); in TEST_F()2523 Output sqrt_y = ops::Sqrt(s.WithOpName("sqrt_y"), y); in TEST_F() local2524 Output div_x_sqrt_y = ops::FloorDiv(s.WithOpName("output"), x, sqrt_y); in TEST_F()