Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/py2tf/utils/
Dmultiple_dispatch.py78 [c.cell_contents for c in six.get_function_closure(cond_fn) or []])
/external/tensorflow/tensorflow/contrib/py2tf/impl/
Dconversion.py203 closure = six.get_function_closure(f)
/external/scapy/scapy/modules/
Dsix.py577 get_function_closure = operator.attrgetter(_func_closure) variable