Searched refs:function_spec_proto (Results 1 – 2 of 2) sorted by relevance
122 def _deserialize_function_spec_as_nonmethod(function_spec_proto, coder): argument124 typeless_fullargspec = coder.decode_proto(function_spec_proto.fullargspec)127 if function_spec_proto.is_method:144 input_signature = coder.decode_proto(function_spec_proto.input_signature)151 }.get(function_spec_proto.jit_compile)
109 function_spec_proto = _serialize_function_spec(function.function_spec, coder)110 proto.function_spec.CopyFrom(function_spec_proto)