Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py123 def _deserialize_function_spec_as_nonmethod(function_spec_proto): argument
126 function_spec_proto.fullargspec)
129 if function_spec_proto.is_method:
147 function_spec_proto.input_signature)
154 }.get(function_spec_proto.jit_compile)
H A Dfunction_serialization.py100 function_spec_proto = _serialize_function_spec(function.function_spec)
101 proto.function_spec.CopyFrom(function_spec_proto)