Home
last modified time | relevance | path

Searched refs:function_spec_proto (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py108 def _deserialize_function_spec(function_spec_proto, coder): argument
110 typeless_fullargspec = coder.decode_proto(function_spec_proto.fullargspec)
119 is_method = function_spec_proto.is_method
120 args_to_prepend = coder.decode_proto(function_spec_proto.args_to_prepend)
121 kwargs_to_include = coder.decode_proto(function_spec_proto.kwargs_to_include)
122 input_signature = coder.decode_proto(function_spec_proto.input_signature)
Dfunction_serialization.py81 function_spec_proto = _serialize_function_spec(function.function_spec, coder)
82 proto.function_spec.CopyFrom(function_spec_proto)