SavedSliceOrBuilder

interface pública SavedSliceOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

TensorProto abstrato
getData ()
 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.
String abstrata
getName ()
 Name of the tensor that this slice belongs to.
abstract com.google.protobuf.ByteString
getNameBytes ()
 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
hasData ()
 The raw data of the slice is stored as a TensorProto.
booleano abstrato
hasSlice ()
 Extent of the slice.

Métodos Públicos

public abstract 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;

public abstract 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;

public abstract String getName ()

Nome da string name = 1;

 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;

public abstract com.google.protobuf.ByteString getNameBytes ()

Nome da string name = 1;

 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;

public abstract 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;

public abstract 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;

public abstract boolean hasData ()

 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;

public abstract boolean 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;