SavedSliceMetaOrBuilder

interface pública SavedSliceMetaOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getName ()
 Name of the tensor.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
TensorShapeProto abstrato
getShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder abstrato
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorSliceProto abstrato
getSlice (int index)
 Explicit list of slices saved in the checkpoint file.
abstrato int
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista abstrata < TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder abstrato
getSliceOrBuilder (índice interno )
 Explicit list of slices saved in the checkpoint file.
Lista abstrata <? estende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
DataType abstrato
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
abstrato int
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano abstrato
hasShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

Métodos Públicos

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;

Lista abstrata pública < TensorSliceProto > getSliceList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public abstract TensorSliceProtoOrBuilder getSliceOrBuilder (índice interno )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Lista de resumos pública <? estende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public abstract DataType getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public abstract int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public abstract boolean hasShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;