Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/utils/
Dpy_func.py28 class MatchDType(namedtuple('MatchDType', ('arg_number',))): class
111 if isinstance(return_dtypes, MatchDType):
115 match_arg_dtype(a.arg_number) if isinstance(a, MatchDType) else a