SavedVariable

genel final sınıfı SavedVariable

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

İç İçe Sınıflar

sınıf SavedVariable.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

Sabitler

int AGGREGATION_FIELD_NUMBER
int DEVICE_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER
int SYNCHRONIZATION_FIELD_NUMBER
int TRAINABLE_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
Değişken Toplama
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
int
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
statik Kaydedilen Değişken
Kaydedilen Değişken
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getCihaz ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
Veri tipi
getDtype ()
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
.tensorflow.DataType dtype = 1;
Kaydedilen Değişken
getExperimentalDistributedVariableComponents (int dizini)
 List of component variables for a distributed variable.
int
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Liste< SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
KaydedilenVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (int dizini)
 List of component variables for a distributed variable.
Liste<? SavedVariableOrBuilder'ı genişletir >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
Sicim
getName ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
int
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
Değişken Senkronizasyon
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
int
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
boolean
eğitilebilir olsun ()
bool trainable = 3;
final com.google.protobuf.UnknownFieldSet
boolean
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
int
son boole değeri
statik SavedVariable.Builder
statik SavedVariable.Builder
SavedVariable.Builder
statik Kaydedilen Değişken
parseDelimitedFrom (InputStream girişi)
statik Kaydedilen Değişken
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Kaydedilen Değişken
parseFrom (ByteBuffer verileri)
statik Kaydedilen Değişken
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Kaydedilen Değişken
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Kaydedilen Değişken
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik Kaydedilen Değişken
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Kaydedilen Değişken
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik Kaydedilen Değişken
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Kaydedilen Değişken
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
SavedVariable.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int AGGREGATION_FIELD_NUMBER

Sabit Değer: 5

genel statik final int DEVICE_FIELD_NUMBER

Sabit Değer: 7

genel statik final int DTYPE_FIELD_NUMBER

Sabit Değer: 1

genel statik final int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

Sabit Değer: 8

genel statik final int NAME_FIELD_NUMBER

Sabit Değer: 6

genel statik final int SHAPE_FIELD_NUMBER

Sabit Değer: 2

genel statik final int SYNCHRONIZATION_FIELD_NUMBER

Sabit Değer: 4

genel statik final int TRAINABLE_FIELD_NUMBER

Sabit Değer: 3

Genel Yöntemler

genel boole eşittir (Object obj)

public VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public static SavedVariable getDefaultInstance ()

public SavedVariable getDefaultInstanceForType ()

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

genel Dize getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

genel Veri Türü getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public SavedVariable getExperimentalDistributedVariableComponents (int indeksi)

 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;

genel Liste< 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 (int index)

 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;

genel liste<? SavedVariableOrBuilder'ı genişletir > 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;

genel Dize getName ()

string name = 6;

public com.google.protobuf.ByteString getNameBytes ()

string name = 6;

halk getParserForType ()

public int getSerializedSize ()

genel TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

herkese açık TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

genel DeğişkenSenkronizasyon getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

herkese açık boolean getTrainable ()

bool trainable = 3;

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

genel boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

genel int hashCode ()

genel final boolean isInitialized ()

public static SavedVariable.Builder newBuilder ( SavedVariable prototipi)

genel statik SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (InputStream girişi)

Atar
IOİstisnası

public static SavedVariable parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik SavedVariable parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik SavedVariable parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

public static SavedVariable parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik SavedVariable parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IOİstisnası

public static SavedVariable parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik SavedVariable parseFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static SavedVariable parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik SavedVariable parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

public SavedVariable.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IOİstisnası