Searched defs:DivNoNan (Results 1 – 3 of 3) sorted by relevance
857 TEST_F(NaryGradTest, DivNoNan) { in TEST_F() argument
756 TEST_F(MathGradTest, DivNoNan) { in TEST_F() argument
21571 func DivNoNan(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func