SavedSliceOrBuilder

interfaccia pubblica SavedSliceOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

TensoreProto astratto
getData ()
 The raw data of the slice is stored as a TensorProto.
astratto TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
stringa astratta
getNome ()
 Name of the tensor that this slice belongs to.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor that this slice belongs to.
astratto TensorSliceProto
getSlice ()
 Extent of the slice.
astratto TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
booleano astratto
hadati ()
 The raw data of the slice is stored as a TensorProto.
booleano astratto
haSlice ()
 Extent of the slice.

Metodi pubblici

estratto pubblico TensorProto getData ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

estratto pubblico TensorProtoOrBuilder getDataOrBuilder ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

stringa astratta pubblica getName ()

 Name of the tensor that this slice belongs to. This must be identical to
 the name used to encode the key for this record.
 
string name = 1;

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

 Name of the tensor that this slice belongs to. This must be identical to
 the name used to encode the key for this record.
 
string name = 1;

estratto pubblico TensorSliceProto getSlice ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;

estratto pubblico TensorSliceProtoOrBuilder getSliceOrBuilder ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;

hasData booleano astratto pubblico ()

 The raw data of the slice is stored as a TensorProto. Only raw data are
 stored (we don't fill in fields such as dtype or tensor_shape).
 
.tensorflow.TensorProto data = 3;

pubblico astratto booleano hasSlice ()

 Extent of the slice.  Must have one entry for each of the dimension of the
 tensor that this slice belongs to.
 
.tensorflow.TensorSliceProto slice = 2;