public interface SavedTensorSlicesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SavedSlice |
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.
|
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.
|
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.
|
boolean |
hasData()
This exists in all but the first item of each checkpoint file.
|
boolean |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean 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;
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;
boolean hasData()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
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;
Copyright © 2015–2018. All rights reserved.