SavedVariable

کلاس نهایی عمومی SavedVariable

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

کلاس های تو در تو

کلاس SavedVariable.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

ثابت ها

بین المللی AGGREGATION_FIELD_NUMBER
بین المللی DEVICE_FIELD_NUMBER
بین المللی DTYPE_FIELD_NUMBER
بین المللی EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
بین المللی NAME_FIELD_NUMBER
بین المللی SHAPE_FIELD_NUMBER
بین المللی SYNCHRONIZATION_FIELD_NUMBER
بین المللی TRAINABLE_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
VariableAggregation
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
بین المللی
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
استاتیک SavedVariable
متغیر ذخیره شده
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getDevice ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
نوع داده
getDtype ()
.tensorflow.DataType dtype = 1;
بین المللی
getDtypeValue ()
.tensorflow.DataType dtype = 1;
متغیر ذخیره شده
getExperimentalDistributedVariableComponents (شاخص int)
 List of component variables for a distributed variable.
بین المللی
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
فهرست< SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (شاخص int)
 List of component variables for a distributed variable.
لیست<? SavedVariableOrBuilder > را گسترش می دهد
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
رشته
getName ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
بین المللی
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
همگام سازی متغیر
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
بین المللی
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
بولی
getTrainable ()
bool trainable = 3;
com.google.protobuf.UnknownFieldSet نهایی
بولی
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
بین المللی
بولی نهایی
Static SavedVariable.Builder
newBuilder (نمونه اولیه SavedVariable )
Static SavedVariable.Builder
SavedVariable.Builder
استاتیک SavedVariable
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک SavedVariable
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده های ByteBuffer)
استاتیک SavedVariable
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک SavedVariable
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک SavedVariable
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
SavedVariable.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی AGGREGATION_FIELD_NUMBER

ارزش ثابت: 5

DEVICE_FIELD_NUMBER نهایی استاتیک عمومی

ارزش ثابت: 7

نهایی استاتیک عمومی DTYPE_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

مقدار ثابت: 8

نهایی استاتیک عمومی NAME_FIELD_NUMBER

مقدار ثابت: 6

SHAPE_FIELD_NUMBER نهایی استاتیک عمومی

مقدار ثابت: 2

نهایی استاتیک عمومی SYNCHRONIZATION_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی TRAINABLE_FIELD_NUMBER

مقدار ثابت: 3

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

عمومی int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

عمومی static SavedVariable getDefaultInstance ()

عمومی SavedVariable getDefaultInstanceForType ()

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

رشته عمومی getDevice ()

string device = 7;

عمومی com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

نوع داده عمومی getDtype ()

.tensorflow.DataType dtype = 1;

عمومی int getDtypeValue ()

.tensorflow.DataType dtype = 1;

عمومی SavedVariable getExperimentalDistributedVariableComponents (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;

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;

لیست عمومی< 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;

عمومی 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;

لیست عمومی<? گسترش 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;

رشته عمومی getName ()

string name = 6;

عمومی com.google.protobuf.ByteString getNameBytes ()

string name = 6;

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

عمومی TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

همگام سازی متغیر عمومی getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

عمومی int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

getTrainable بولین عمومی ()

bool trainable = 3;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasShape بولی عمومی ()

.tensorflow.TensorShapeProto shape = 2;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک SavedVariable.Builder newBuilder (نمونه اولیه SavedVariable )

عمومی استاتیک SavedVariable.Builder newBuilder ()

عمومی SavedVariable.Builder newBuilderForType ()

عمومی static SavedVariable parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

public static SavedVariable parseDelimitedFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی static SavedVariable parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

public static SavedVariable parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی static SavedVariable parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

public static SavedVariable parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی SavedVariable.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException
،
کلاس نهایی عمومی SavedVariable

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

کلاس های تو در تو

کلاس SavedVariable.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

ثابت ها

بین المللی AGGREGATION_FIELD_NUMBER
بین المللی DEVICE_FIELD_NUMBER
بین المللی DTYPE_FIELD_NUMBER
بین المللی EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
بین المللی NAME_FIELD_NUMBER
بین المللی SHAPE_FIELD_NUMBER
بین المللی SYNCHRONIZATION_FIELD_NUMBER
بین المللی TRAINABLE_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
VariableAggregation
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
بین المللی
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
استاتیک SavedVariable
متغیر ذخیره شده
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getDevice ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
نوع داده
getDtype ()
.tensorflow.DataType dtype = 1;
بین المللی
getDtypeValue ()
.tensorflow.DataType dtype = 1;
متغیر ذخیره شده
getExperimentalDistributedVariableComponents (شاخص int)
 List of component variables for a distributed variable.
بین المللی
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
فهرست< SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (شاخص int)
 List of component variables for a distributed variable.
لیست<? SavedVariableOrBuilder > را گسترش می دهد
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
رشته
getName ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
بین المللی
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
همگام سازی متغیر
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
بین المللی
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
بولی
getTrainable ()
bool trainable = 3;
com.google.protobuf.UnknownFieldSet نهایی
بولی
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
بین المللی
بولی نهایی
Static SavedVariable.Builder
newBuilder (نمونه اولیه SavedVariable )
Static SavedVariable.Builder
SavedVariable.Builder
استاتیک SavedVariable
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک SavedVariable
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده های ByteBuffer)
استاتیک SavedVariable
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک SavedVariable
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک SavedVariable
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک SavedVariable
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
SavedVariable.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی AGGREGATION_FIELD_NUMBER

ارزش ثابت: 5

DEVICE_FIELD_NUMBER نهایی استاتیک عمومی

ارزش ثابت: 7

نهایی استاتیک عمومی DTYPE_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

مقدار ثابت: 8

نهایی استاتیک عمومی NAME_FIELD_NUMBER

مقدار ثابت: 6

SHAPE_FIELD_NUMBER نهایی استاتیک عمومی

مقدار ثابت: 2

نهایی استاتیک عمومی SYNCHRONIZATION_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی TRAINABLE_FIELD_NUMBER

مقدار ثابت: 3

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

عمومی int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

عمومی static SavedVariable getDefaultInstance ()

عمومی SavedVariable getDefaultInstanceForType ()

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

رشته عمومی getDevice ()

string device = 7;

عمومی com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

نوع داده عمومی getDtype ()

.tensorflow.DataType dtype = 1;

عمومی int getDtypeValue ()

.tensorflow.DataType dtype = 1;

عمومی SavedVariable getExperimentalDistributedVariableComponents (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;

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;

لیست عمومی< 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;

عمومی 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;

لیست عمومی<? گسترش 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;

رشته عمومی getName ()

string name = 6;

عمومی com.google.protobuf.ByteString getNameBytes ()

string name = 6;

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

عمومی TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

همگام سازی متغیر عمومی getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

عمومی int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

getTrainable بولین عمومی ()

bool trainable = 3;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasShape بولی عمومی ()

.tensorflow.TensorShapeProto shape = 2;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک SavedVariable.Builder newBuilder (نمونه اولیه SavedVariable )

عمومی استاتیک SavedVariable.Builder newBuilder ()

عمومی SavedVariable.Builder newBuilderForType ()

عمومی static SavedVariable parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

public static SavedVariable parseDelimitedFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی static SavedVariable parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

public static SavedVariable parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی static SavedVariable parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

public static SavedVariable parseFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

public static SavedVariable parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی SavedVariable.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException