Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py178 concrete_function._set_function_spec(function_spec)
298 cf._set_function_spec(function_spec) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1536 self._set_function_spec(function_spec)
1587 def _set_function_spec(self, function_spec): member in ConcreteFunction
Dfunction_test.py3919 conc._set_function_spec(None) # pylint: disable=protected-access