Searched refs:clr1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 213 Output clr1 = ops::Relu(s.WithOpName("clr1"), deny1); in TEST_F() local 214 Output infer1 = ops::Sqrt(s.WithOpName("infer1"), clr1); in TEST_F() 251 Output clr1 = ops::Relu(s.WithOpName("clr1"), allow1); in TEST_F() local 252 Output cst2 = ops::Cast(s.WithOpName("cst2"), clr1, DT_FLOAT); in TEST_F() 288 Output clr1 = ops::Relu(s.WithOpName("clr1"), deny1); in TEST_F() local 289 Output infer1 = ops::Sqrt(s.WithOpName("infer1"), clr1); in TEST_F() 336 Output clr1 = ops::Relu(s.WithOpName("clr1"), input); in TEST_F() local 338 Output allow1 = ops::MatMul(s.WithOpName("allow1"), clr1, clr1); in TEST_F() 339 auto clr3 = ops::ShapeN(s.WithOpName("clr3"), {clr1, clr2}); in TEST_F() 376 Output clr1 = ops::Relu(s.WithOpName("clr1"), allow1); in TEST_F() local [all …]
|