public interface
SavedSliceMetaOrBuilder
| Known Indirect Subclasses |
Public Methods
| abstract String |
getName()
Name of the tensor. |
| abstract com.google.protobuf.ByteString |
getNameBytes()
Name of the tensor. |
| abstract TensorShapeProto |
getShape()
Shape of the tensor .tensorflow.TensorShapeProto shape = 2;
|
| abstract TensorShapeProtoOrBuilder |
getShapeOrBuilder()
Shape of the tensor .tensorflow.TensorShapeProto shape = 2;
|
| abstract TensorSliceProto |
getSlice(int index)
Explicit list of slices saved in the checkpoint file. |
| abstract int |
getSliceCount()
Explicit list of slices saved in the checkpoint file. |
| abstract List<TensorSliceProto> |
getSliceList()
Explicit list of slices saved in the checkpoint file. |
| abstract TensorSliceProtoOrBuilder |
getSliceOrBuilder(int index)
Explicit list of slices saved in the checkpoint file. |
| abstract List<? extends TensorSliceProtoOrBuilder> |
getSliceOrBuilderList()
Explicit list of slices saved in the checkpoint file. |
| abstract DataType |
getType()
Type of the tensor .tensorflow.DataType type = 3;
|
| abstract int |
getTypeValue()
Type of the tensor .tensorflow.DataType type = 3;
|
| abstract boolean |
hasShape()
Shape of the tensor .tensorflow.TensorShapeProto shape = 2;
|
Public Methods
public abstract String getName ()
Name of the tensor.
string name = 1;
public abstract com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
public abstract TensorShapeProto getShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
public abstract TensorSliceProto getSlice (int index)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract List<TensorSliceProto> getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract TensorSliceProtoOrBuilder getSliceOrBuilder (int index)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract List<? extends TensorSliceProtoOrBuilder> getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public abstract int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
public abstract boolean hasShape ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;