Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariables.py2346 return _safe_initial_value_from_tensor(name, initial_value, op_cache={})
2364 def _safe_initial_value_from_tensor(name, tensor, op_cache): argument
2379 new_op = op_cache.get(op.name)
2381 new_op = _safe_initial_value_from_op(name, op, op_cache)
2382 op_cache[op.name] = new_op
2386 def _safe_initial_value_from_op(name, op, op_cache): argument
2415 new_op_input = _safe_initial_value_from_tensor(name, op_input, op_cache)