HomeSort by relevance Sort by last modified time
    Searched refs:_is_injective (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
conditional_transformed_distribution.py 109 if self.bijector._is_injective: # pylint: disable=protected-access
132 if self.bijector._is_injective: # pylint: disable=protected-access
153 if not self.bijector._is_injective: # pylint: disable=protected-access
166 if not self.bijector._is_injective: # pylint: disable=protected-access
180 if not self.bijector._is_injective: # pylint: disable=protected-access
194 if not self.bijector._is_injective: # pylint: disable=protected-access
207 if not self.bijector._is_injective: # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/ops/distributions/
transformed_distribution.py 423 if self.bijector._is_injective: # pylint: disable=protected-access
446 if self.bijector._is_injective: # pylint: disable=protected-access
470 if not self.bijector._is_injective: # pylint: disable=protected-access
480 if not self.bijector._is_injective: # pylint: disable=protected-access
490 if not self.bijector._is_injective: # pylint: disable=protected-access
500 if not self.bijector._is_injective: # pylint: disable=protected-access
510 if not self.bijector._is_injective: # pylint: disable=protected-access
522 if not self.bijector._is_injective: # pylint: disable=protected-access
bijector_impl.py 336 The property, `_is_injective` is set to `False` to indicate that the bijector
339 The usual bijector API is modified in the case `_is_injective is False` (see
467 def _is_injective(self): member in class:Bijector
593 if not self._is_injective: # No caching for non-injective
627 if not self._is_injective: # No caching for non-injective
665 if not self._is_injective: # No caching for non-injective
722 if not self._is_injective:
760 if not self._is_injective:
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
invert.py 63 if not bijector._is_injective: # pylint: disable=protected-access
absolute_value.py 133 def _is_injective(self): member in class:AbsoluteValue
chain.py 86 if not a_bijector._is_injective: # pylint: disable=protected-access

Completed in 1300 milliseconds