Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dop_selector.py229 def _get_inputs(op, only_differentiable): argument
231 if only_differentiable:
243 only_differentiable=False): argument
267 control_inputs = control_inputs and (not only_differentiable)
295 for new_t in _get_inputs(op, only_differentiable=only_differentiable):
Dcustom_gradient.py304 only_differentiable=True)