Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py162 return _graph_mode_decorator(f, *args, **kwargs)
167 def _graph_mode_decorator(f, *args, **kwargs): function