Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1032 TEST_F(OpTest, ApproximateEqual) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go31987 func ApproximateEqual(scope *Scope, x tf.Output, y tf.Output, optional ...ApproximateEqualAttr) (z … func