SavedSliceMetaOrBuilder

interfaccia pubblica SavedSliceMetaOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getNome ()
 Name of the tensor.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor.
astratto TensorShapeProto
ottieni forma ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
astratto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
astratto TensorSliceProto
getSlice (indice int)
 Explicit list of slices saved in the checkpoint file.
astratto int
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista astratta< TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
astratto TensorSliceProtoOrBuilder
getSliceOrBuilder (indice int)
 Explicit list of slices saved in the checkpoint file.
Elenco astratto<? estende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
tipo di dati astratto
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
astratto int
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano astratto
haForma ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

Metodi pubblici

stringa astratta pubblica getName ()

 Name of the tensor.
 
string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

estratto pubblico TensorShapeProto getShape ()

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

estratto pubblico TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

public abstract TensorSliceProto getSlice (indice int)

 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;

Elenco astratto pubblico< TensorSliceProto > getSliceList ()

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

public abstract TensorSliceProtoOrBuilder getSliceOrBuilder (indice int)

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

Elenco abstract pubblico<? estende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

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

estratto pubblico DataType getType ()

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

public abstract int getTypeValue ()

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

pubblico astratto booleano hasShape ()

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