interfaz pública SavedSliceOrBuilder
Subclases indirectas conocidas |
Métodos públicos
TensorProto abstracto | obtener datos () 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 | obtenerNombre () Name of the tensor that this slice belongs to. |
resumen com.google.protobuf.ByteString | getNombreBytes () Name of the tensor that this slice belongs to. |
resumen TensorSliceProto | obtener rebanada () Extent of the slice. |
abstracto TensorSliceProtoOrBuilder | obtenerSliceOrBuilder () Extent of the slice. |
booleano abstracto | tiene datos () The raw data of the slice is stored as a TensorProto. |
booleano abstracto | tiene rebanada () 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;
Cadena abstracta 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;
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;
hasSlice booleano abstracto público ()
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;