File size: 192 Bytes
dc2106c
 
 
1
2
3
4
def function_to_text(serialized_function_proto: bytes) -> str: ...
def graph_to_text(serialized_graph_proto: bytes) -> str: ...
def model_to_text(serialized_model_proto: bytes) -> str: ...