Searched refs:deny1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 212 Output deny1 = ops::Exp(s.WithOpName("deny1"), input); in TEST_F() local 213 Output clr1 = ops::Relu(s.WithOpName("clr1"), deny1); in TEST_F() 287 Output deny1 = ops::Exp(s.WithOpName("deny1"), input); in TEST_F() local 288 Output clr1 = ops::Relu(s.WithOpName("clr1"), deny1); in TEST_F() 378 Output deny1 = ops::Exp(s.WithOpName("deny1"), infer1); in TEST_F() local 379 Output clr2 = ops::Relu(s.WithOpName("clr2"), deny1); in TEST_F() 636 Output deny1 = ops::Exp(s.WithOpName("deny1"), input); in TEST_F() local 638 ops::internal::Enter(s.WithOpName("ent1"), deny1, "loop1").output; in TEST_F() 1235 Output deny1 = ops::Exp(s.WithOpName("deny1"), input); in TEST_F() local 1236 Output clr1 = ops::Relu(s.WithOpName("clr1"), deny1); in TEST_F()
|