공개 인터페이스 SavedTensorSlicesOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 저장된 슬라이스 | getData () This exists in all but the first item of each checkpoint file. |
추상 SavedSliceOrBuilder | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
저장된TensorSliceMeta 추상화 | getMeta () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
추상 저장됨TensorSliceMetaOrBuilder | getMetaOrBuilder () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
추상 부울 | 해시데이터 () This exists in all but the first item of each checkpoint file. |
추상 부울 | 해즈메타 () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
공개 방법
공개 추상 SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
공개 추상 SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
공개 추상 SavedTensorSliceMeta getMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
공개 추상 SavedTensorSliceMetaOrBuilder getMetaOrBuilder ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
공개 추상 부울 hasData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
공개 추상 부울 hasMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;