Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariables.py2767 return _safe_initial_value_from_tensor(name, initial_value, op_cache={})
2789 def _safe_initial_value_from_tensor(name, tensor, op_cache): argument
2805 new_op = op_cache.get(op.name)
2807 new_op = _safe_initial_value_from_op(name, op, op_cache)
2808 op_cache[op.name] = new_op
2812 def _safe_initial_value_from_op(name, op, op_cache): argument
2842 new_op_input = _safe_initial_value_from_tensor(name, op_input, op_cache)