Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_v1.py2272 self.__class__._call_full_argspec.fget.cache.pop(self, None)
2284 def _call_full_argspec(self): member in Layer
2292 all_args = self._call_full_argspec.args
2309 return self._call_full_argspec.varkw is not None
Dbase_layer.py2974 self.__class__._call_full_argspec.fget.cache.pop(self, None)
2990 def _call_full_argspec(self): member in Layer
2998 all_args = self._call_full_argspec.args
3008 call_fn_defaults = self._call_full_argspec.defaults or []
3028 return self._call_full_argspec.varkw is not None
Dtraining.py425 call_signature = self._call_full_argspec
2538 fullargspec = self._call_full_argspec
Dtraining_v1.py1323 fullargspec = self._call_full_argspec