Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/operators/
Dlogical_test.py32 def _tf_true(self): member in LogicalOperatorsTest
49 t = logical.and_(self._tf_true, self._tf_true)
51 t = logical.and_(self._tf_true, lambda: True)
68 t = logical.or_(self._tf_false, self._tf_true)
72 t = logical.or_(self._tf_true, lambda: True)