Searched refs:python_types (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pointers.py | 8 python_types = [int, int, int, int, int, long, variable 94 for ct, pt in zip(ctype_types, python_types):
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pointers.py | 8 python_types = [int, int, int, int, int, int, variable 97 for ct, pt in zip(ctype_types, python_types):
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | generic_utils.py | 27 import types as python_types namespace 287 return python_types.FunctionType(
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | core.py | 23 import types as python_types namespace 797 if isinstance(self.function, python_types.LambdaType): 805 if isinstance(self._output_shape, python_types.LambdaType):
|