MetaGraphDef

clase final pública MetaGraphDef

 NOTE: This protocol buffer is evolving, and will go through revisions in the
 coming months.
 Protocol buffer containing the following which are necessary to restart
 training, run inference. It can be used to serialize/de-serialize memory
 objects necessary for running computation in a graph when crossing the
 process boundary. It can be used for long term storage of graphs,
 cross-language execution of graphs, etc.
   MetaInfoDef
   GraphDef
   SaverDef
   CollectionDef
   TensorInfo
   SignatureDef
 
Protobuf tipo tensorflow.MetaGraphDef

Clases anidadas

clase MetaGraphDef.Builder
 NOTE: This protocol buffer is evolving, and will go through revisions in the
 coming months. 
clase MetaGraphDef.MetaInfoDef
 Meta information regarding the graph to be exported. 
interfaz MetaGraphDef.MetaInfoDefOrBuilder

Constantes

En t ASSET_FILE_DEF_FIELD_NUMBER
En t COLLECTION_DEF_FIELD_NUMBER
En t GRAPH_DEF_FIELD_NUMBER
En t META_INFO_DEF_FIELD_NUMBER
En t OBJECT_GRAPH_DEF_FIELD_NUMBER
En t SAVER_DEF_FIELD_NUMBER
En t SIGNATURE_DEF_FIELD_NUMBER

Métodos públicos

booleano
contieneCollectionDef (clave de cadena)
 collection_def: Map from collection name to collections.
booleano
contieneSignatureDef (clave de cadena)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
booleano
es igual (Objeto obj)
AssetFileDef
getAssetFileDef (índice int)
 Asset file def to be used with the defined graph.
En t
getAssetFileDefCount ()
 Asset file def to be used with the defined graph.
Lista< AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
AssetFileDefOrBuilder
getAssetFileDefOrBuilder (índice int)
 Asset file def to be used with the defined graph.
Lista<? extiende AssetFileDefOrBuilder >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
Mapa<Cadena, ColecciónDef >
getCollectionDef ()
Utilice getCollectionDefMap() en su lugar.
En t
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
Mapa<Cadena, ColecciónDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
ColecciónDef
getCollectionDefOrDefault (clave de cadena, valor predeterminado de CollectionDef )
 collection_def: Map from collection name to collections.
ColecciónDef
getCollectionDefOrThrow (clave de cadena)
 collection_def: Map from collection name to collections.
MetaGraphDef estática
MetaGraphDef
com.google.protobuf.Descriptors.Descriptor estático final
GraphDef
obtenerGraphDef ()
 GraphDef.
GraphDefOrBuilder
getGraphDefOrBuilder ()
 GraphDef.
MetaGraphDef.MetaInfoDef
obtenerMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
Gráfico de objetos guardados
getObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
ObjetoGuardadoGraphOrBuilder
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
AhorradorDef
obtenerSaverDef ()
 SaverDef.
SaverDefOrBuilder
getSaverDefOrBuilder ()
 SaverDef.
En t
Mapa<Cadena, SignatureDef >
obtenerSignatureDef ()
Utilice getSignatureDefMap() en su lugar.
En t
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
Mapa<Cadena, SignatureDef >
obtenerSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
FirmaDef
getSignatureDefOrDefault (clave de cadena, valor predeterminado de SignatureDef )
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
FirmaDef
getSignatureDefOrThrow (clave de cadena)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
com.google.protobuf.UnknownFieldSet final
booleano
tieneGraphDef ()
 GraphDef.
booleano
tieneMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
booleano
tieneObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
booleano
hasSaverDef ()
 SaverDef.
En t
booleano final
MetaGraphDef.Builder estático
MetaGraphDef.Builder estático
newBuilder (prototipo MetaGraphDef )
MetaGraphDef.Builder
MetaGraphDef estática
parseDelimitedFrom (entrada de InputStream)
MetaGraphDef estática
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef estática
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
MetaGraphDef estática
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef estática
parseFrom (datos de ByteBuffer)
MetaGraphDef estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
MetaGraphDef estática
parseFrom (datos com.google.protobuf.ByteString)
MetaGraphDef estática
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef estática
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
MetaGraphDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público ASSET_FILE_DEF_FIELD_NUMBER

Valor constante: 6

int final estático público COLLECTION_DEF_FIELD_NUMBER

Valor constante: 4

int final estático público GRAPH_DEF_FIELD_NUMBER

Valor constante: 2

int final estático público META_INFO_DEF_FIELD_NUMBER

Valor constante: 1

int final estático público OBJECT_GRAPH_DEF_FIELD_NUMBER

Valor constante: 7

int final estático público SAVER_DEF_FIELD_NUMBER

Valor constante: 3

int final estático público SIGNATURE_DEF_FIELD_NUMBER

Valor constante: 5

Métodos públicos

booleano público contieneCollectionDef (clave de cadena)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

booleano público contieneSignatureDef (clave de cadena)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

público booleano es igual (Objeto obj)

AssetFileDef público getAssetFileDef (índice int)

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

público int getAssetFileDefCount ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

Lista pública< AssetFileDef > getAssetFileDefList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

público AssetFileDefOrBuilder getAssetFileDefOrBuilder (índice int)

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

Lista pública<? extiende AssetFileDefOrBuilder > getAssetFileDefOrBuilderList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

Mapa público<Cadena, CollectionDef > getCollectionDef ()

Utilice getCollectionDefMap() en su lugar.

público int getCollectionDefCount ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

Mapa público<Cadena, CollectionDef > getCollectionDefMap ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public CollectionDef getCollectionDefOrDefault (clave de cadena, CollectionDef defaultValue)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

CollectionDef pública getCollectionDefOrThrow (clave de cadena)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

MetaGraphDef estático público getDefaultInstance ()

metaGraphDef público getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

público GraphDefOrBuilder getGraphDefOrBuilder ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

público MetaGraphDef.MetaInfoDef getMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

público MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

público SavedObjectGraph getObjectGraphDef ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

público SavedObjectGraphOrBuilder getObjectGraphDefOrBuilder ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

público getParserForType ()

público SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

público SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

público int getSerializedSize ()

Mapa público<Cadena, SignatureDef > getSignatureDef ()

Utilice getSignatureDefMap() en su lugar.

público int getSignatureDefCount ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

Mapa público<Cadena, SignatureDef > getSignatureDefMap ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

pública SignatureDef getSignatureDefOrDefault (clave de cadena, valor predeterminado de SignatureDef )

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

pública SignatureDef getSignatureDefOrThrow (clave de cadena)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasGraphDef booleano público ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

hasMetaInfoDef booleano público ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

hasObjectGraphDef booleano público ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

hasSaverDef booleano público ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

código hash int público ()

público final booleano isInitialized ()

público estático MetaGraphDef.Builder newBuilder ()

público estático MetaGraphDef.Builder newBuilder (prototipo MetaGraphDef )

público MetaGraphDef.Builder newBuilderForType ()

MetaGraphDef estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

MetaGraphDef estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

MetaGraphDef estático público parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

MetaGraphDef estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

MetaGraphDef estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

MetaGraphDef estático público parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

MetaGraphDef estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

MetaGraphDef estático público parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

MetaGraphDef estático público parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

MetaGraphDef estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público MetaGraphDef.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción