Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py237 true_intermediates = _get_intermediates(true_graph)
238 false_intermediates = _get_intermediates(false_graph)
488 def _get_intermediates(func_graph): function
Dwhile_v2.py275 intermediate_tensors = _get_intermediates(body_graph)
511 def _get_intermediates(func_graph): function