Home
last modified time | relevance | path

Searched refs:testAtan2 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_math.py203 def testAtan2(self): member in MathTests
/external/python/cpython3/Lib/test/
Dtest_math.py319 def testAtan2(self): member in MathTests
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dops.mlir476 // CHECK-LABEL: testAtan2
477 func.func @testAtan2(%arg0: tensor<?xf32>, %arg1: tensor<?xf32>) -> tensor<?xf32> {