SavedObjectGraph

classe finale publique SavedObjectGraph

tensorflow.SavedObjectGraph de type Protobuf.SavedObjectGraph

Classes imbriquées

classe SavedObjectGraph.Builder tensorflow.SavedObjectGraph de type Protobuf.SavedObjectGraph

Constantes

int CONCRETE_FUNCTIONS_FIELD_NUMBER
int NODES_FIELD_NUMBER

Méthodes publiques

booléen
contientConcreteFunctions (clé de chaîne)
 Information about captures and output structures in concrete functions.
booléen
est égal (Obj objet)
Carte<String, SavedConcreteFunction >
int
getConcreteFunctionsCount ()
 Information about captures and output structures in concrete functions.
Carte<String, SavedConcreteFunction >
getConcreteFunctionsMap ()
 Information about captures and output structures in concrete functions.
FonctionConcreteEnregistrée
getConcreteFunctionsOrDefault (clé de chaîne, SavedConcreteFunction defaultValue)
 Information about captures and output structures in concrete functions.
FonctionConcreteEnregistrée
getConcreteFunctionsOrThrow (clé de chaîne)
 Information about captures and output structures in concrete functions.
Graphique d'objet enregistré statique
GraphiqueObjetEnregistré
final statique com.google.protobuf.Descriptors.Descriptor
ObjetEnregistré
getNodes (index int)
 Flattened list of objects in the object graph.
int
getNodesCount ()
 Flattened list of objects in the object graph.
Liste< ObjetEnregistré >
getNodesList ()
 Flattened list of objects in the object graph.
ObjetEnregistréOuBuilder
getNodesOrBuilder (index int)
 Flattened list of objects in the object graph.
Liste<? étend SavedObjectOrBuilder >
getNodesOrBuilderList ()
 Flattened list of objects in the object graph.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique SavedObjectGraph.Builder
statique SavedObjectGraph.Builder
SavedObjectGraph.Builder
Graphique d'objet enregistré statique
parseDelimitedFrom (entrée InputStream)
Graphique d'objet enregistré statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique d'objet enregistré statique
parseFrom (données ByteBuffer)
Graphique d'objet enregistré statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique d'objet enregistré statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique d'objet enregistré statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Graphique d'objet enregistré statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique d'objet enregistré statique
parseFrom (données com.google.protobuf.ByteString)
Graphique d'objet enregistré statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique d'objet enregistré statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
SavedObjectGraph.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CONCRETE_FUNCTIONS_FIELD_NUMBER

Valeur constante : 2

public statique final int NODES_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public boolean containConcreteFunctions (clé de chaîne)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public booléen égal (Objet obj)

public Map<String, SavedConcreteFunction > getConcreteFunctions ()

Utilisez plutôt getConcreteFunctionsMap() .

public int getConcreteFunctionsCount ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public Map<String, SavedConcreteFunction > getConcreteFunctionsMap ()

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrDefault (clé de chaîne, SavedConcreteFunction defaultValue)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public SavedConcreteFunction getConcreteFunctionsOrThrow (clé de chaîne)

 Information about captures and output structures in concrete functions.
 Referenced from SavedBareConcreteFunction and SavedFunction.
 
map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;

public statique SavedObjectGraph getDefaultInstance ()

public SavedObjectGraph getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public SavedObject getNodes (index int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public int getNodesCount ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

liste publique < SavedObject > getNodesList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

public SavedObjectOrBuilder getNodesOrBuilder (index int)

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

Liste publique <? étend SavedObjectOrBuilder > getNodesOrBuilderList ()

 Flattened list of objects in the object graph.
 The position of the object in this list indicates its id.
 Nodes[0] is considered the root node.
 
repeated .tensorflow.SavedObject nodes = 1;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique SavedObjectGraph.Builder newBuilder (prototype SavedObjectGraph )

public statique SavedObjectGraph.Builder newBuilder ()

public SavedObjectGraph.Builder newBuilderForType ()

public statique SavedObjectGraph parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique SavedObjectGraph parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedObjectGraph parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique SavedObjectGraph parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedObjectGraph parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SavedObjectGraph parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique SavedObjectGraph parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SavedObjectGraph parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique SavedObjectGraph parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedObjectGraph parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public SavedObjectGraph.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException