Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py31 if function_spec.is_method and not function_spec.fullargspec.args:
42 proto.fullargspec.CopyFrom(
44 function_spec.fullargspec._replace(annotations={})))
Dfunction_deserialization.py124 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)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1615 args = function_spec.fullargspec.args
1618 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.defaults
2368 new_args = fullargspec.args
2369 if fullargspec.defaults:
2389 old_args = fullargspec.args
[all …]
Dfunction_test.py3051 fullargspec = tf_inspect.getfullargspec(m.call)
3052 self.assertIn('training', fullargspec.args)
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py2538 fullargspec = self._call_full_argspec
2539 if fullargspec.defaults:
2540 positional_args = fullargspec.args[:-len(fullargspec.defaults)]
2542 positional_args = fullargspec.args
Dtraining_v1.py1323 fullargspec = self._call_full_argspec
1324 if fullargspec.defaults:
1325 positional_args = fullargspec.args[:-len(fullargspec.defaults)]
1327 positional_args = fullargspec.args
/external/llvm-project/llvm/lib/Analysis/models/inliner/
Dsaved_model.pbtxt28453 fullargspec {
28528 fullargspec {
28630 fullargspec {
28721 fullargspec {
28812 fullargspec {
28903 fullargspec {
28994 fullargspec {
29065 fullargspec {
29136 fullargspec {
29207 fullargspec {
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto168 StructuredValue fullargspec = 1; field
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
Dsaved_model.pbtxt9259 fullargspec {
9344 fullargspec {
9425 fullargspec {
9510 fullargspec {
9582 fullargspec {
9654 fullargspec {
9726 fullargspec {