Searched refs:function_spec_proto (Results 1 – 2 of 2) sorted by relevance
123 def _deserialize_function_spec_as_nonmethod(function_spec_proto): argument126 function_spec_proto.fullargspec)129 if function_spec_proto.is_method:147 function_spec_proto.input_signature)154 }.get(function_spec_proto.jit_compile)
100 function_spec_proto = _serialize_function_spec(function.function_spec)101 proto.function_spec.CopyFrom(function_spec_proto)