공용 인터페이스 SavedSliceOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 TensorProto | getData () The raw data of the slice is stored as a TensorProto. |
추상 TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
추상 문자열 | getName () Name of the tensor that this slice belongs to. |
추상 com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
추상 TensorSliceProto | getSlice () 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;