Searched defs:relu6 (Results 1 – 4 of 4) sorted by relevance
144 Node* relu6 = test::graph::Relu6(g, b); in TEST_F() local374 Node* relu6 = test::graph::Relu6(g, c); in TEST_F() local468 Node* relu6 = test::graph::Relu6(g, c); in TEST_F() local
1000 string relu6; member
431 def relu6(x): function
3450 def relu6(features, name=None): function