package tensorflow.serving

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AssetFile

manifest.proto:27

An asset file or set of sharded files with the same name that will be bound to a tensor at init / session_bundle load time.

message ClassificationSignature

manifest.proto:57

ClassificationSignature specifies a graph that takes an input and returns classes and their scores. WARNING(break-tutorial-inline-code): The following code snippet is in-lined in tutorials, please update tutorial documents accordingly whenever code changes.

Used in: Signature

message GenericSignature

manifest.proto:68

GenericSignature specifies a map from logical name to Tensor name. Typical application of GenericSignature is to use a single GenericSignature that includes all of the Tensor nodes and target names that may be useful at serving, analysis or debugging time. The recommended name for this signature in the ModelManifest is "generic_bindings".

Used in: Signature

message RegressionSignature

manifest.proto:47

RegressionSignature specifies a graph that takes an input and returns an output.

Used in: Signature

message Signature

manifest.proto:37

A Signature specifies the inputs and outputs of commonly used graphs.

Used in: Signatures

message Signatures

manifest.proto:6

Signatures of model export.

message TensorBinding

manifest.proto:20

A binding to a tensor including the name and, possibly in the future, type or other metadata. For example, this may specify whether a tensor supports batch vs single inference.

Used in: AssetFile, ClassificationSignature, GenericSignature, RegressionSignature