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.py249 def __init__(self, api_change_spec): argument
250 self._api_change_spec = api_change_spec
896 def __init__(self, api_change_spec): argument
897 if not isinstance(api_change_spec, APIChangeSpec):
899 type(api_change_spec))
900 self._api_change_spec = api_change_spec