clase final pública SavedSlice
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
tipo protobuf.SavedSlice Clases anidadas
clase | Rebanada guardada.Builder | Saved tensor slice: it stores the name of the tensors, the slice, and the raw data. |
Constantes
entero | DATOS_CAMPO_NÚMERO | |
entero | NOMBRE_CAMPO_NÚMERO | |
entero | SLICE_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
TensorProto | obtener datos () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
Slice guardada estática | |
Rebanada guardada | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | obtenerNombre () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNombreBytes () Name of the tensor that this slice belongs to. |
entero | |
TensorSliceProto | obtener rebanada () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
com.google.protobuf.UnknownFieldSet final | |
booleano | tiene datos () The raw data of the slice is stored as a TensorProto. |
booleano | tiene rebanada () Extent of the slice. |
entero | código hash () |
booleano final | |
estático SavedSlice.Builder | newBuilder (prototipo de SavedSlice ) |
estático SavedSlice.Builder | |
Rebanada guardada.Builder | |
Slice guardada estática | parseDelimitedFrom (entrada de InputStream) |
Slice guardada estática | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Slice guardada estática | parseFrom (datos de ByteBuffer) |
Slice guardada estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Slice guardada estática | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Slice guardada estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Slice guardada estática | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Slice guardada estática | parseFrom (datos com.google.protobuf.ByteString) |
Slice guardada estática | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Slice guardada estática | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
Rebanada guardada.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público DATA_FIELD_NUMBER
Valor constante: 3
público estático final int NAME_FIELD_NUMBER
Valor constante: 1
int final estático público SLICE_FIELD_NUMBER
Valor constante: 2
Métodos públicos
público booleano es igual (Objeto obj)
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;
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 estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena 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;
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 getParserForType ()
público int getSerializedSize ()
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;
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;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasData público booleano ()
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 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;
código hash int público ()
público final booleano isInitialized ()
SavedSlice estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom público estático de SavedSlice (datos de ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom público estático de SavedSlice (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático de SavedSlice (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom público estático de SavedSlice (entrada de com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
análisis público estático de SavedSlice (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom público estático de SavedSlice (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de SavedSlice (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom público estático de SavedSlice (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|