Searched refs:is_strictly_increasing (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | check_ops_test.py | 1464 self.assertFalse(self.evaluate(check_ops.is_strictly_increasing([1, 1, 1]))) 1469 check_ops.is_strictly_increasing([1, 0, -1]))) 1474 self.evaluate(check_ops.is_strictly_increasing([[1, 3], [2, 4]]))) 1478 self.assertTrue(self.evaluate(check_ops.is_strictly_increasing([1, 2, 3]))) 1483 self.evaluate(check_ops.is_strictly_increasing([[-1, 2], [3, 4]]))) 1487 self.assertTrue(self.evaluate(check_ops.is_strictly_increasing([1]))) 1491 self.assertTrue(self.evaluate(check_ops.is_strictly_increasing([])))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.debugging.pbtxt | 116 name: "is_strictly_increasing"
|
D | tensorflow.math.pbtxt | 200 name: "is_strictly_increasing"
|
D | tensorflow.pbtxt | 1468 name: "is_strictly_increasing"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.math.pbtxt | 200 name: "is_strictly_increasing"
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 1593 def is_strictly_increasing(x, name=None): function
|