Home
last modified time | relevance | path

Searched defs:NextAfter (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc564 XlaOp NextAfter(XlaOp from, XlaOp to) { in NextAfter() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go37984 func NextAfter(scope *Scope, x1 tf.Output, x2 tf.Output) (output tf.Output) { func