SavedVariable

כיתת גמר ציבורית SavedVariable

 Represents a Variable that is initialized by loading the contents from the
 checkpoint.
 
tensorflow.SavedVariable מסוג Protobuf. SavedVariable

כיתות מקוננות

מעמד SavedVariable.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

קבועים

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

שיטות ציבוריות

בוליאני
שווה (Object obj)
צבירה משתנה
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
int
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
סטטי SavedVariable
SavedVariable
final static com.google.protobuf.Descriptors.Descriptor
חוּט
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.
int
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
רשימה< SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (int index)
 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;
int
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;
final com.google.protobuf.UnknownFieldSet
בוליאני
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
int
בוליאנית סופית
סטטי SavedVariable.Builder
newBuilder (אב-טיפוס SavedVariable )
סטטי SavedVariable.Builder
SavedVariable.Builder
סטטי SavedVariable
parseDelimitedFrom (קלט InputStream)
סטטי 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 (נתוני byte[], 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)

Public VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

סטטי ציבורי SavedVariable getDefaultInstance ()

public SavedVariable getDefaultInstanceForType ()

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

מחרוזת ציבורית getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public 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;

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;

רשימה ציבורית<? מרחיב 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;

public com.google.protobuf.ByteString getNameBytes ()

string name = 6;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

הציבור TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

הציבור TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

Public VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

getTrainable בוליאני ציבורי ()

bool trainable = 3;

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

hasShape בוליאני ציבורי ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

סטטי ציבורי SavedVariable.Builder newBuilder (אב-טיפוס SavedVariable )

סטטי ציבורי SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (קלט קלט זרם)

זורק
IOException

public static SavedVariable parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי 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

public static SavedVariable parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי SavedVariable parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static SavedVariable parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי SavedVariable parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

Public SavedVariable.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException