SavedObject

Objeto guardado de clase final pública

Tipo de tensorflow.SavedObject

Clases anidadas

clase SavedObject.Builder Tipo de tensorflow.SavedObject
enumeración SavedObject.KindCase

Constantes

En t ASSET_FIELD_NUMBER
En t BARE_CONCRETE_FUNCTION_FIELD_NUMBER
En t CHILDREN_FIELD_NUMBER
En t CONSTANT_FIELD_NUMBER
En t FUNCTION_FIELD_NUMBER
En t RESOURCE_FIELD_NUMBER
En t SAVEABLE_OBJECTS_FIELD_NUMBER
En tSLOT_VARIABLES_FIELD_NUMBER
En t USER_OBJECT_FIELD_NUMBER
En t VARIABLE_FIELD_NUMBER

Métodos públicos

booleano
containsSaveableObjects (clave de cadena)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
booleano
es igual a (Objeto obj)
Activo guardado
getAsset ()
.tensorflow.SavedAsset asset = 5;
SavedAssetOrBuilder
getAssetOrBuilder ()
.tensorflow.SavedAsset asset = 5;
SavedBareConcreteFunction
getBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
SavedBareConcreteFunctionOrBuilder
getBareConcreteFunctionOrBuilder ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
TrackableObjectGraph.TrackableObject.ObjectReference
getChildren (índice int)
 Objects which this object depends on: named edges in the dependency
 graph.
En t
getChildrenCount ()
 Objects which this object depends on: named edges in the dependency
 graph.
Lista < TrackableObjectGraph.TrackableObject.ObjectReference >
getChildrenList ()
 Objects which this object depends on: named edges in the dependency
 graph.
TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder
getChildrenOrBuilder (índice int)
 Objects which this object depends on: named edges in the dependency
 graph.
Lista <? extiende TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder >
getChildrenOrBuilderList ()
 Objects which this object depends on: named edges in the dependency
 graph.
Guardado Constante
getConstant ()
.tensorflow.SavedConstant constant = 9;
SavedConstantOrBuilder
getConstantOrBuilder ()
.tensorflow.SavedConstant constant = 9;
Objeto guardado estático
Objeto guardado
com.google.protobuf.Descriptors.Descriptor estático final
Función guardada
getFunction ()
.tensorflow.SavedFunction function = 6;
SavedFunctionOrBuilder
getFunctionOrBuilder ()
.tensorflow.SavedFunction function = 6;
SavedObject.KindCase
Recurso guardado
getResource ()
.tensorflow.SavedResource resource = 10;
SavedResourceOrBuilder
getResourceOrBuilder ()
.tensorflow.SavedResource resource = 10;
Mapa <String, SaveableObject >
En t
getSaveableObjectsCount ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
Mapa <String, SaveableObject >
getSaveableObjectsMap ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
SaveableObject
getSaveableObjectsOrDefault (clave de cadena, valor predeterminado de SaveableObject )
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
SaveableObject
getSaveableObjectsOrThrow (clave de cadena)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
En t
TrackableObjectGraph.TrackableObject.SlotVariableReference
getSlotVariables (índice int)
 Slot variables owned by this object.
En t
getSlotVariablesCount ()
 Slot variables owned by this object.
Lista < TrackableObjectGraph.TrackableObject.SlotVariableReference >
getSlotVariablesList ()
 Slot variables owned by this object.
TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
getSlotVariablesOrBuilder (índice int)
 Slot variables owned by this object.
Lista <? extiende TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder >
getSlotVariablesOrBuilderList ()
 Slot variables owned by this object.
final com.google.protobuf.UnknownFieldSet
SavedUserObject
getUserObject ()
.tensorflow.SavedUserObject user_object = 4;
SavedUserObjectOrBuilder
getUserObjectOrBuilder ()
.tensorflow.SavedUserObject user_object = 4;
Variable guardada
getVariable ()
.tensorflow.SavedVariable variable = 7;
SavedVariableOrBuilder
getVariableOrBuilder ()
.tensorflow.SavedVariable variable = 7;
booleano
hasAsset ()
.tensorflow.SavedAsset asset = 5;
booleano
hasBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
booleano
hasConstant ()
.tensorflow.SavedConstant constant = 9;
booleano
hasFunction ()
.tensorflow.SavedFunction function = 6;
booleano
hasResource ()
.tensorflow.SavedResource resource = 10;
booleano
hasUserObject ()
.tensorflow.SavedUserObject user_object = 4;
booleano
hasVariable ()
.tensorflow.SavedVariable variable = 7;
En t
booleano final
static SavedObject.Builder
newBuilder (prototipo de objeto guardado )
static SavedObject.Builder
SavedObject.Builder
objeto guardado estático
parseDelimitedFrom (entrada InputStream)
Objeto guardado estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objeto guardado estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objeto guardado estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
Objeto guardado estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objeto guardado estático
parseFrom (datos ByteBuffer)
Objeto guardado estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
objeto guardado estático
parseFrom (datos com.google.protobuf.ByteString)
objeto guardado estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objeto guardado estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedObject.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int ASSET_FIELD_NUMBER

Valor constante: 5

público estático final int BARE_CONCRETE_FUNCTION_FIELD_NUMBER

Valor constante: 8

público estático final int CHILDREN_FIELD_NUMBER

Valor constante: 1

público estático final int CONSTANT_FIELD_NUMBER

Valor constante: 9

public static final int FUNCTION_FIELD_NUMBER

Valor constante: 6

public static final int RESOURCE_FIELD_NUMBER

Valor constante: 10

public static final int SAVEABLE_OBJECTS_FIELD_NUMBER

Valor constante: 11

public static final int SLOT_VARIABLES_FIELD_NUMBER

Valor constante: 3

public static final int USER_OBJECT_FIELD_NUMBER

Valor constante: 4

public static final int VARIABLE_FIELD_NUMBER

Valor constante: 7

Métodos públicos

public boolean containsSaveableObjects (clave de cadena)

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

public boolean es igual a (Object obj)

public SavedAsset getAsset ()

.tensorflow.SavedAsset asset = 5;

public SavedAssetOrBuilder getAssetOrBuilder ()

.tensorflow.SavedAsset asset = 5;

public SavedBareConcreteFunction getBareConcreteFunction ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

public SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

public TrackableObjectGraph.TrackableObject.ObjectReference getChildren (índice int)

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

public int getChildrenCount ()

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

Lista pública < TrackableObjectGraph.TrackableObject.ObjectReference > getChildrenList ()

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

public TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder (índice int)

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

Lista pública <? extiende TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder > getChildrenOrBuilderList ()

 Objects which this object depends on: named edges in the dependency
 graph.
 Note: currently only valid if kind == "user_object".
 
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;

public SavedConstant getConstant ()

.tensorflow.SavedConstant constant = 9;

public SavedConstantOrBuilder getConstantOrBuilder ()

.tensorflow.SavedConstant constant = 9;

public static SavedObject getDefaultInstance ()

public SavedObject getDefaultInstanceForType ()

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

public SavedFunction getFunction ()

.tensorflow.SavedFunction function = 6;

public SavedFunctionOrBuilder getFunctionOrBuilder ()

.tensorflow.SavedFunction function = 6;

public SavedObject.KindCase getKindCase ()

público getParserForType ()

public SavedResource getResource ()

.tensorflow.SavedResource resource = 10;

public SavedResourceOrBuilder getResourceOrBuilder ()

.tensorflow.SavedResource resource = 10;

public Map <String, SaveableObject > getSaveableObjects ()

Utilice getSaveableObjectsMap() lugar.

public int getSaveableObjectsCount ()

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

public Map <String, SaveableObject > getSaveableObjectsMap ()

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

public SaveableObject getSaveableObjectsOrDefault (clave de cadena, SaveableObject defaultValue )

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

public SaveableObject getSaveableObjectsOrThrow (clave de cadena)

map<string, .tensorflow.SaveableObject> saveable_objects = 11;

public int getSerializedSize ()

public TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables (índice int)

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
.tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

public int getSlotVariablesCount ()

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
.tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

Lista pública < TrackableObjectGraph.TrackableObject.SlotVariableReference > getSlotVariablesList ()

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
.tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

public TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder (índice int)

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
.tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

Lista pública <? extiende TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder > getSlotVariablesOrBuilderList ()

 Slot variables owned by this object. This describes the three-way
 (optimizer, variable, slot variable) relationship; none of the three
 depend on the others directly.
 Note: currently only valid if kind == "user_object".
 
.tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;

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

public SavedUserObject getUserObject ()

.tensorflow.SavedUserObject user_object = 4;

public SavedUserObjectOrBuilder getUserObjectOrBuilder ()

.tensorflow.SavedUserObject user_object = 4;

public SavedVariable getVariable ()

.tensorflow.SavedVariable variable = 7;

public SavedVariableOrBuilder getVariableOrBuilder ()

.tensorflow.SavedVariable variable = 7;

public boolean hasAsset ()

.tensorflow.SavedAsset asset = 5;

public boolean hasBareConcreteFunction ()

.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;

public boolean hasConstant ()

.tensorflow.SavedConstant constant = 9;

public boolean hasFunction ()

.tensorflow.SavedFunction function = 6;

public boolean hasResource ()

.tensorflow.SavedResource resource = 10;

public boolean hasUserObject ()

.tensorflow.SavedUserObject user_object = 4;

public boolean hasVariable ()

.tensorflow.SavedVariable variable = 7;

public int hashCode ()

public final boolean isInitialized ()

public static SavedObject.Builder newBuilder (prototipo de SavedObject )

public static SavedObject.Builder newBuilder ()

public SavedObject.Builder newBuilderForType ()

public static SavedObject parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static SavedObject parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedObject parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static SavedObject parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static SavedObject parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static SavedObject parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static SavedObject parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedObject parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static SavedObject parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedObject parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SavedObject.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException