SavedSliceMeta.Builder

публичный статический конечный класс SavedSliceMeta.Builder

 Metadata describing the set of slices of the same tensor saved in a
 checkpoint file.
 
тип Protobuf tensorflow.SavedSliceMeta

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

SavedSliceMeta.Builder
addAllSlice (Iterable<? расширяет значения TensorSliceProto >)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
SavedSliceMeta.Builder
addSlice (индекс int, значение TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addSlice ( TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addSlice (значение TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
addSlice (индекс int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
добавитьSliceBuilder ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
addSliceBuilder (индекс целого числа)
 Explicit list of slices saved in the checkpoint file.
СохраненоSliceMeta
СохраненоSliceMeta
SavedSliceMeta.Builder
SavedSliceMeta.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
SavedSliceMeta.Builder
ясное имя ()
 Name of the tensor.
SavedSliceMeta.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedSliceMeta.Builder
прозрачная форма ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
очиститьСрез ()
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
ОчиститьТип ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
SavedSliceMeta.Builder
СохраненоSliceMeta
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Нить
получитьИмя ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
TensorShapeProto
получитьШейп ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
ТензорСрезПрото
getSlice (целочисленный индекс)
 Explicit list of slices saved in the checkpoint file.
TensorSliceProto.Builder
getSliceBuilder (индекс целого числа)
 Explicit list of slices saved in the checkpoint file.
Список < TensorSliceProto.Builder >
getSliceBuilderList ()
 Explicit list of slices saved in the checkpoint file.
интервал
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Список <TensorSliceProto>
получитьСписокСрезов ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder
getSliceOrBuilder (индекс целого числа)
 Explicit list of slices saved in the checkpoint file.
Список<? расширяет TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
Тип данных
ПолучитьТип ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
интервал
получитьТипЗначения ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
логическое значение
имеетШейп ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
последнее логическое значение
SavedSliceMeta.Builder
mergeFrom (com.google.protobuf.Message другое)
SavedSliceMeta.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SavedSliceMeta.Builder
mergeShape (значение TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
окончательный SavedSliceMeta.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
SavedSliceMeta.Builder
RemoveSlice (индекс целого числа)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
SavedSliceMeta.Builder
setName (строковое значение)
 Name of the tensor.
SavedSliceMeta.Builder
setNameBytes (значение com.google.protobuf.ByteString)
 Name of the tensor.
SavedSliceMeta.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
SavedSliceMeta.Builder
setShape (значение TensorShapeProto )
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
setShape ( TensorShapeProto.Builder builderForValue)
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
SavedSliceMeta.Builder
setSlice (индекс int, значение TensorSliceProto )
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setSlice (индекс int, TensorSliceProto.Builder builderForValue)
 Explicit list of slices saved in the checkpoint file.
SavedSliceMeta.Builder
setType (значение типа данных )
 Type of the tensor
 
.tensorflow.DataType type = 3;
SavedSliceMeta.Builder
setTypeValue (целое значение)
 Type of the tensor
 
.tensorflow.DataType type = 3;
окончательный SavedSliceMeta.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

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

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

public SavedSliceMeta.Builder addAllSlice (Iterable<? расширяет значения TensorSliceProto >)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public SavedSliceMeta.Builder addSlice (индекс int, значение TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice ( TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice (значение TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder addSlice (индекс int, TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

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

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProto.Builder addSliceBuilder (индекс int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

общедоступная сборка SavedSliceMeta ()

общественный SavedSliceMeta buildPartial ()

общедоступный SavedSliceMeta.Builder очистить ()

public SavedSliceMeta.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

public SavedSliceMeta.BuilderclearName ( )

 Name of the tensor.
 
string name = 1;

общедоступный SavedSliceMeta.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.BuilderclearSlice ( )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

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

 Type of the tensor
 
.tensorflow.DataType type = 3;

общедоступный клон SavedSliceMeta.Builder ()

public SavedSliceMeta getDefaultInstanceForType ()

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

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступная строка getName ()

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

общественный TensorShapeProto getShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

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

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

общедоступный TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorSliceProto getSlice (индекс int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProto.Builder getSliceBuilder (индекс int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

общедоступный список < TensorSliceProto.Builder > getSliceBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public int getSliceCount ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

общедоступный список < TensorSliceProto > getSliceList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProtoOrBuilder getSliceOrBuilder (индекс int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

общедоступный список<? расширяет TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

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

 Type of the tensor
 
.tensorflow.DataType type = 3;

public int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

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

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

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

общедоступный SavedSliceMeta.Builder mergeFrom (com.google.protobuf.Message другое)

public SavedSliceMeta.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

public SavedSliceMeta.Builder mergeShape (значение TensorShapeProto )

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

общедоступный финал SavedSliceMeta.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public SavedSliceMeta.Builder removeSlice (индекс int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public SavedSliceMeta.Builder setName (строковое значение)

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setNameBytes (значение com.google.protobuf.ByteString)

 Name of the tensor.
 
string name = 1;

public SavedSliceMeta.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

public SavedSliceMeta.Builder setShape (значение TensorShapeProto )

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.Builder setShape ( TensorShapeProto.Builder builderForValue)

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public SavedSliceMeta.Builder setSlice (индекс int, значение TensorSliceProto )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setSlice (индекс int, TensorSliceProto.Builder builderForValue)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public SavedSliceMeta.Builder setType (значение DataType )

 Type of the tensor
 
.tensorflow.DataType type = 3;

public SavedSliceMeta.Builder setTypeValue (целое значение)

 Type of the tensor
 
.tensorflow.DataType type = 3;

публичный финал SavedSliceMeta.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)