interfaz pública SavedSliceOrBuilder
Subclases indirectas conocidas |
Métodos públicos
TensorProto abstracto | getData () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder abstracto | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
cadena abstracta | getName () Name of the tensor that this slice belongs to. |
resumen com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
abstracto TensorSliceProto | getSlice () Extent of the slice. |
abstracto TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
booleano abstracto | hasData () The raw data of the slice is stored as a TensorProto. |
booleano abstracto | hasSlice () Extent of the slice. |
Métodos públicos
resumen público 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;
resumen público 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;
público abstracto String 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;
resumen 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;
resumen público 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;
resumen público 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 abstracto 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 abstracto 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;