Searched refs:LambdaType (Results 1 – 7 of 7) sorted by relevance
44 LambdaType = type(lambda: None) # Same as FunctionType variable
179 if type(fob) in [types.FunctionType, types.LambdaType]:
13 LambdaType = type(lambda: None) # Same as FunctionType variable
797 if isinstance(self.function, python_types.LambdaType):805 if isinstance(self._output_shape, python_types.LambdaType):
122 LambdaType
104 LambdaType
3786 if type(fob) in [types.FunctionType, types.LambdaType]: