Home
last modified time | relevance | path

Searched defs:islambda (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils.py34 def islambda(f): function
/aosp_15_r20/external/python/mako/mako/
Dpyparser.py100 def _visit_function(self, node, islambda): argument