общедоступный интерфейс SavedSliceMetaOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактная строка | получитьИмя () Name of the tensor. |
| абстрактный com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
| абстрактный TensorShapeProto | получитьШейп () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| абстрактный TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
| абстрактный TensorSliceProto | getSlice (целочисленный индекс) 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; |
Публичные методы
общедоступная абстрактная строка getName ()
Name of the tensor.
string name = 1; общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1; публичный абстрактный TensorShapeProto getShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2; публичный абстрактный TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2; публичный абстрактный TensorSliceProto getSlice (индекс int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4; публичный абстрактный 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; публичный абстрактный 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; общедоступный абстрактный int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3; общедоступное абстрактное логическое значение hasShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;