tf.compat.v1.saved_model.build_signature_def

View source on GitHub

Utility function to build a SignatureDef protocol buffer.

tf.compat.v1.saved_model.build_signature_def(
    inputs=None, outputs=None, method_name=None
)

Args:

Returns:

A SignatureDef protocol buffer constructed based on the supplied arguments.