Home
last modified time | relevance | path

Searched defs:covariant (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfull_type_util.cc373 bool IsSubtype(const FullTypeDef& lhs, const FullTypeDef& rhs, bool covariant) { in IsSubtype()
/external/python/cpython3/Lib/
Dtyping.py722 def __init__(self, bound, covariant, contravariant): argument
802 covariant=False, contravariant=False): argument
924 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py1154 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument
/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py1672 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument
/external/python/typing/typing_extensions/
D__init__.py1824 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument