общедоступный интерфейс SavedSliceOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактный TensorProto | получить данные () The raw data of the slice is stored as a TensorProto. |
абстрактный TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
абстрактная строка | получитьИмя () Name of the tensor that this slice belongs to. |
абстрактный com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
абстрактный TensorSliceProto | получитьСрез () Extent of the slice. |
абстрактный TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
абстрактное логическое значение | имеетДанные () The raw data of the slice is stored as a TensorProto. |
абстрактное логическое значение | имеетСрез () Extent of the slice. |
Публичные методы
публичный абстрактный TensorProto getData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
публичный абстрактный TensorProtoOrBuilder getDataOrBuilder ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
общедоступная абстрактная строка getName ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
публичный абстрактный TensorSliceProto getSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
публичный абстрактный TensorSliceProtoOrBuilder getSliceOrBuilder ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
общедоступное абстрактное логическое значение hasData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
общедоступное абстрактное логическое значение hasSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;