SavedVariable

publiczna klasa końcowa SavedVariable

 Represents a Variable that is initialized by loading the contents from the
 checkpoint.
 
Protobuf typu tensorflow.SavedVariable

Klasy zagnieżdżone

klasa Zapisana zmienna.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

Stałe

wew AGGREGATION_FIELD_NUMBER
wew DEVICE_FIELD_NUMBER
wew DTYPE_FIELD_NUMBER
wew EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
wew NAME_FIELD_NUMBER
wew KSZTAŁT_FIELD_NUMBER
wew SYNCHRONIZATION_FIELD_NUMBER
wew TRAINABLE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
Agregacja zmiennych
pobierzAgregację ()
.tensorflow.VariableAggregation aggregation = 5;
wew
pobierz wartość agregacji ()
.tensorflow.VariableAggregation aggregation = 5;
statyczna zapisana zmienna
Zapisana zmienna
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz urządzenie ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
Typ danych
getDtype ()
.tensorflow.DataType dtype = 1;
wew
getDtypeValue ()
.tensorflow.DataType dtype = 1;
Zapisana zmienna
getExperimentalDistributedVariableComponents (indeks int)
 List of component variables for a distributed variable.
wew
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista <ZapisanaZmienna>
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (indeks int)
 List of component variables for a distributed variable.
Lista<? rozszerza SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
Strunowy
pobierz nazwę ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
wew
TensorShapeProto
uzyskaj kształt ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
ZmiennaSynchronizacja
getSynchronizacja ()
.tensorflow.VariableSynchronization synchronization = 4;
wew
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
wartość logiczna
getTrainable ()
bool trainable = 3;
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
ma kształt ()
.tensorflow.TensorShapeProto shape = 2;
wew
końcowa wartość logiczna
statyczny SavedVariable.Builder
statyczny SavedVariable.Builder
Zapisana zmienna.Builder
statyczna zapisana zmienna
parseDelimitedFrom (wejście strumienia wejściowego)
statyczna zapisana zmienna
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna zapisana zmienna
parseFrom (dane ByteBuffer)
statyczna zapisana zmienna
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna zapisana zmienna
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna zapisana zmienna
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczna zapisana zmienna
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczna zapisana zmienna
parseFrom (dane com.google.protobuf.ByteString)
statyczna zapisana zmienna
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna zapisana zmienna
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
Zapisana zmienna.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int AGGREGATION_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int DEVICE_FIELD_NUMBER

Wartość stała: 7

publiczny statyczny końcowy int DTYPE_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

Wartość stała: 8

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int SHAPE_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int SYNCHRONIZATION_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int TRAINABLE_FIELD_NUMBER

Wartość stała: 3

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

public VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public static SavedVariable getDefaultInstance ()

publiczna zapisana zmienna getDefaultInstanceForType ()

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

public String getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

publiczny typ danych getDtype ()

.tensorflow.DataType dtype = 1;

publiczny int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public SavedVariable getExperimentalDistributedVariableComponents (indeks int)

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public int getExperimentalDistributedVariableComponentsCount ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public List< SavedVariable > getExperimentalDistributedVariableComponentsList ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public SavedVariableOrBuilder getExperimentalDistributedVariableComponentsOrBuilder (indeks int)

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

lista publiczna<? rozszerza SavedVariableOrBuilder > getExperimentalDistributedVariableComponentsOrBuilderList ()

 List of component variables for a distributed variable.
 When this field is non-empty, the SavedVariable will be assumed
 to be a distributed variable defined by the components listed here.
 This is only supported by experimental loaders at the moment.
 
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;

public String getName ()

string name = 6;

public com.google.protobuf.ByteString getNameBytes ()

string name = 6;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

publiczny TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

publiczna ZmiennaSynchronizacja getSynchronizacja ()

.tensorflow.VariableSynchronization synchronization = 4;

public int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

publiczna wartość logiczna getTrainable ()

bool trainable = 3;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna hasShape ()

.tensorflow.TensorShapeProto shape = 2;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static SavedVariable.Builder newBuilder (prototyp SavedVariable )

public static SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (wejście wejściowe)

Rzuca
Wyjątek IO

public static SavedVariable parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SavedVariable parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SavedVariable parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SavedVariable parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SavedVariable parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static SavedVariable parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SavedVariable parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SavedVariable parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SavedVariable parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public SavedVariable.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO