Home
last modified time | relevance | path

Searched refs:python_types (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_pointers.py8 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/
Dtest_pointers.py8 python_types = [int, int, int, int, int, int, variable
97 for ct, pt in zip(ctype_types, python_types):
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_wrapper_impl.py23 import types as python_types namespace
450 if isinstance(function, python_types.LambdaType):
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py27 import types as python_types namespace
474 return python_types.FunctionType(
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py24 import types as python_types namespace
939 if isinstance(inputs, python_types.LambdaType):