[][src]Module tensorflow_proto::tensorflow::serving

Modules

signature

Structs

AssetFile

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.

ClassificationSignature

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.

GenericSignature

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".

RegressionSignature

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

Signature

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

Signatures

Signatures of model export.

TensorBinding

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.