SavedSliceOrBuilder

interface pública SavedSliceOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

TensorProto abstrato
Obter dados ()
 The raw data of the slice is stored as a TensorProto.
TensorProtoOrBuilder abstrato
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
cadeia abstrata
getNome ()
 Name of the tensor that this slice belongs to.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor that this slice belongs to.
TensorSliceProto abstrato
getSlice ()
 Extent of the slice.
TensorSliceProtoOrBuilder abstrato
getSliceOrBuilder ()
 Extent of the slice.
booleano abstrato
temDados ()
 The raw data of the slice is stored as a TensorProto.
booleano abstrato
hasSlice ()
 Extent of the slice.

Métodos Públicos

público abstrato 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;

público abstrato 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;

String abstrata pública 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;

resumo público 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;

público abstrato 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;

público abstrato 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 abstrato público ()

 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;

público abstrato 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;