Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariables.py2807 new_op = _safe_initial_value_from_op(name, op, op_cache)
2812 def _safe_initial_value_from_op(name, op, op_cache): function