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

Публичные методы

логическое значение
равно (Объект obj)
Агрегация переменных
получить агрегацию ()
.tensorflow.VariableAggregation aggregation = 5;
интервал
ПолучитьАгрегационноеЗначение ()
.tensorflow.VariableAggregation aggregation = 5;
статическая сохраненная переменная
Сохраненная переменная
окончательный статический com.google.protobuf.Descriptors.Descriptor
Нить
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.
Список < СохраненнаяПеременная >
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.
Нить
получитьИмя ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
интервал
TensorShapeProto
получитьШейп ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
ПеременнаяСинхронизация
получитьсинхронизацию ()
.tensorflow.VariableSynchronization synchronization = 4;
интервал
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
логическое значение
getTrainable ()
bool trainable = 3;
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетШейп ()
.tensorflow.TensorShapeProto shape = 2;
интервал
последнее логическое значение
статический SavedVariable.Builder
newBuilder (прототип SavedVariable )
статический SavedVariable.Builder
SavedVariable.Builder
статическая сохраненная переменная
parseDelimitedFrom (входной поток)
статическая сохраненная переменная
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая сохраненная переменная
parseFrom (данные ByteBuffer)
статическая сохраненная переменная
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая сохраненная переменная
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая сохраненная переменная
parseFrom (вход com.google.protobuf.CodedInputStream)
статическая сохраненная переменная
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая сохраненная переменная
parseFrom (данные com.google.protobuf.ByteString)
статическая сохраненная переменная
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статическая сохраненная переменная
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
SavedVariable.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int AGGREGATION_FIELD_NUMBER

Постоянное значение: 5

общедоступный статический финал int DEVICE_FIELD_NUMBER

Постоянное значение: 7

общедоступный статический окончательный int DTYPE_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

Постоянное значение: 8

общедоступный статический окончательный int NAME_FIELD_NUMBER

Постоянное значение: 6

общедоступный статический окончательный int SHAPE_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический окончательный int SYNCHRONIZATION_FIELD_NUMBER

Постоянное значение: 4

общедоступный статический окончательный int TRAINABLE_FIELD_NUMBER

Постоянное значение: 3

Публичные методы

общедоступное логическое значение равно (Object obj)

общедоступная агрегация переменных getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

общедоступная статическая SavedVariable getDefaultInstance ()

общественная SavedVariable getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

публичная строка getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

общедоступный тип данных getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public SavedVariable getExperimentalDistributedVariableComponents (индекс 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;

общедоступный список < 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)

 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;

общедоступная переменнаяSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

общедоступное логическое значение getTrainable ()

bool trainable = 3;

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

общедоступное логическое значение hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический SavedVariable.Builder newBuilder (прототип SavedVariable )

общедоступный статический SavedVariable.Builder newBuilder ()

общественный SavedVariable.Builder newBuilderForType ()

общедоступный статический SavedVariable parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступный статический SavedVariable parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический SavedVariable parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический анализ SavedVariableFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static SavedVariable parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический SavedVariable parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

public static SavedVariable parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический SavedVariable parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический SavedVariable parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический анализ SavedVariableFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный SavedVariable.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO