Searched refs:python_types (Results 1 – 5 of 5) 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 | 26 import types as python_types namespace 792 return python_types.FunctionType( 1170 class LazyLoader(python_types.ModuleType):
|
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_wrapper_impl.py | 23 import types as python_types namespace 453 if isinstance(function, python_types.LambdaType):
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | core.py | 22 import types as python_types namespace 994 if isinstance(inputs, python_types.LambdaType):
|