clase final pública SavedSlice
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.Tensorflow de tipo
tensorflow.SavedSlice
Clases anidadas
clase | SavedSlice.Builder | Saved tensor slice: it stores the name of the tensors, the slice, and the raw data. |
Constantes
En t | DATA_FIELD_NUMBER | |
En t | NAME_FIELD_NUMBER | |
En t | SLICE_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
TensorProto | getData () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
static SavedSlice | |
Rebanada guardada | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getName () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
En t | |
TensorSliceProto | getSlice () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasData () The raw data of the slice is stored as a TensorProto. |
booleano | hasSlice () Extent of the slice. |
En t | hashCode () |
booleano final | |
static SavedSlice.Builder | newBuilder (prototipo de SavedSlice ) |
static SavedSlice.Builder | newBuilder () |
SavedSlice.Builder | |
static SavedSlice | parseDelimitedFrom (entrada InputStream) |
Rebanada guardada estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSlice | parseFrom (datos ByteBuffer) |
static SavedSlice | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSlice | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSlice | parseFrom (entrada com.google.protobuf.CodedInputStream) |
static SavedSlice | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSlice | parseFrom (datos com.google.protobuf.ByteString) |
static SavedSlice | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSlice | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
SavedSlice.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
público estático final int DATA_FIELD_NUMBER
Valor constante: 3
public static final int NAME_FIELD_NUMBER
Valor constante: 1
público estático final int SLICE_FIELD_NUMBER
Valor constante: 2
Métodos públicos
public boolean es igual a (Object obj)
public 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 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 ()
public 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;
public 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 ()
public int getSerializedSize ()
public 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 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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public 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 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;
public int hashCode ()
public final boolean isInitialized ()
public static SavedSlice parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSlice parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSlice parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
public static SavedSlice parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
Public static SavedSlice parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static SavedSlice parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSlice parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|