Searched refs:fullargspec (Results 1 – 9 of 9) sorted by relevance
31 if function_spec.is_method and not function_spec.fullargspec.args:42 proto.fullargspec.CopyFrom(44 function_spec.fullargspec._replace(annotations={})))
124 typeless_fullargspec = coder.decode_proto(function_spec_proto.fullargspec)136 fullargspec = tf_inspect.FullArgSpec(153 return function_lib.FunctionSpec(fullargspec=fullargspec,309 decorator_argspec=function_spec.fullargspec)
1615 args = function_spec.fullargspec.args1618 fullargspec = tf_inspect.FullArgSpec(1625 annotations=function_spec.fullargspec.annotations)1627 fullargspec,2356 fullargspec = tf_inspect.getfullargspec(python_function)2366 if fullargspec.defaults or fullargspec.kwonlydefaults:2367 new_defaults = fullargspec.defaults2368 new_args = fullargspec.args2369 if fullargspec.defaults:2389 old_args = fullargspec.args[all …]
3051 fullargspec = tf_inspect.getfullargspec(m.call)3052 self.assertIn('training', fullargspec.args)
2538 fullargspec = self._call_full_argspec2539 if fullargspec.defaults:2540 positional_args = fullargspec.args[:-len(fullargspec.defaults)]2542 positional_args = fullargspec.args
1323 fullargspec = self._call_full_argspec1324 if fullargspec.defaults:1325 positional_args = fullargspec.args[:-len(fullargspec.defaults)]1327 positional_args = fullargspec.args
28453 fullargspec {28528 fullargspec {28630 fullargspec {28721 fullargspec {28812 fullargspec {28903 fullargspec {28994 fullargspec {29065 fullargspec {29136 fullargspec {29207 fullargspec {[all …]
168 StructuredValue fullargspec = 1; field
9259 fullargspec {9344 fullargspec {9425 fullargspec {9510 fullargspec {9582 fullargspec {9654 fullargspec {9726 fullargspec {