Home
last modified time | relevance | path

Searched refs:type_object (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Dstructure.py220 def _register_custom_converter(type_object, converter_fn): argument
229 _STRUCTURE_CONVERSION_FUNCTION_REGISTRY[type_object] = converter_fn
/external/python/cpython3/Tools/clinic/
Dclinic.py1967 def __init__(self, name, module=None, cls=None, typedef=None, type_object=None): argument
1972 self.type_object = type_object
2987 'type_object': self.function.cls.type_object,
3295 def directive_class(self, name, typedef, type_object): argument
3307 c = Class(name, module, cls, typedef, type_object)
/external/python/cpython3/Misc/
DHISTORY2742 with two new required arguments: "typedef" and "type_object".