Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py44 LambdaType = type(lambda: None) # Same as FunctionType variable
/external/python/cpython2/Lib/idlelib/
DCallTips.py179 if type(fob) in [types.FunctionType, types.LambdaType]:
/external/python/cpython3/Lib/
Dtypes.py13 LambdaType = type(lambda: None) # Same as FunctionType variable
/external/python/cpython2/Doc/library/
Dtypes.rst122 LambdaType
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_wrapper_impl.py453 if isinstance(function, python_types.LambdaType):
/external/python/cpython3/Doc/library/
Dtypes.rst107 LambdaType
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py999 if isinstance(inputs, python_types.LambdaType):
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3786 if type(fob) in [types.FunctionType, types.LambdaType]: