Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction.py1494 _BOUND_VALUE = object() variable
1622 defaults=[_BOUND_VALUE] * len(arg_specs),
1624 kwonlydefaults=dict((k, _BOUND_VALUE) for k in kwarg_specs),
1793 if arg is _BOUND_VALUE and _contains_type_spec(spec):
1796 if arg is _BOUND_VALUE and _contains_type_spec(kwarg_specs[name]):
1828 if arg is _BOUND_VALUE:
1861 elif arg_piece is not _BOUND_VALUE and arg_piece != spec_piece: