Searched refs:clr3 (Results 1 – 1 of 1) sorted by relevance
292 Output clr3 = ops::Relu(s.WithOpName("clr3"), allow1); in TEST_F() local293 Output infer2 = ops::Log(s.WithOpName("infer2"), clr3); in TEST_F()339 auto clr3 = ops::ShapeN(s.WithOpName("clr3"), {clr1, clr2}); in TEST_F() local381 Output clr3 = ops::Relu(s.WithOpName("clr3"), allow2); in TEST_F() local382 Output deny2 = ops::Exp(s.WithOpName("deny2"), clr3); in TEST_F()1240 Output clr3 = ops::Relu(s.WithOpName("clr3"), allow1); in TEST_F() local1241 Output deny2 = ops::Log(s.WithOpName("deny2"), clr3); in TEST_F()