publiczna klasa końcowa SavedModel
SavedModel is the high level serialization format for TensorFlow Models. See [todo: doc links, similar to session_bundle] for more information.Protobuf typu
tensorflow.SavedModel
Klasy zagnieżdżone
klasa | ZapisanoModel.Builder | SavedModel is the high level serialization format for TensorFlow Models. |
Stałe
wew | META_GRAPHS_FIELD_NUMBER | |
wew | SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER |
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
statyczny zapisany model | |
ZapisanyModel | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
MetaGraphDef | getMetaGraphs (indeks int) One or more MetaGraphs. |
wew | getMetaGraphsCount () One or more MetaGraphs. |
Lista< MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (indeks int) One or more MetaGraphs. |
Lista<? rozszerza MetaGraphDefOrBuilder > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
długi | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
wew | |
końcowy com.google.protobuf.UnknownFieldSet | |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny SavedModel.Builder | newBuilder (prototyp SavedModel ) |
statyczny SavedModel.Builder | |
ZapisanoModel.Builder | |
statyczny zapisany model | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczny zapisany model | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny zapisany model | parseFrom (dane ByteBuffer) |
statyczny zapisany model | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny zapisany model | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny zapisany model | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczny zapisany model | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczny zapisany model | parseFrom (dane com.google.protobuf.ByteString) |
statyczny zapisany model | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny zapisany model | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
ZapisanoModel.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int META_GRAPHS_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public MetaGraphDef getMetaGraphs (indeks int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
publiczny int getMetaGraphsCount ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
lista publiczna< MetaGraphDef > getMetaGraphsList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
public MetaGraphDefOrBuilder getMetaGraphsOrBuilder (indeks int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
lista publiczna<? rozszerza MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
publiczny getParserForType ()
publiczny długi getSavedModelSchemaVersion ()
The schema version of the SavedModel instance. Used for versioning when making future changes to the specification/implementation. Initial value at release will be 1.
int64 saved_model_schema_version = 1;
publiczny int getSerializedSize ()
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny SavedModel parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static SavedModel parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static SavedModel parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny SavedModel parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny SavedModel parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
publiczny statyczny SavedModel parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny SavedModel parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny SavedModel parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static SavedModel parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|