Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py133 def __init__(self, api_change_spec): argument
134 self._api_change_spec = api_change_spec
473 def __init__(self, api_change_spec): argument
474 if not isinstance(api_change_spec, APIChangeSpec):
476 type(api_change_spec))
477 self._api_change_spec = api_change_spec