classe final pública SavedSlice
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
Classes aninhadas
aula | SavedSlice.Builder | Saved tensor slice: it stores the name of the tensors, the slice, and the raw data. |
Constantes
interno | DATA_FIELD_NUMBER | |
interno | NAME_FIELD_NUMBER | |
interno | SLICE_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
TensorProto | obterDados () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
SavedSlice estático | |
Fatia salva | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getNome () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNomeBytes () Name of the tensor that this slice belongs to. |
interno | |
TensorSliceProto | getSlice () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
final com.google.protobuf.UnknownFieldSet | |
booleano | temDados () The raw data of the slice is stored as a TensorProto. |
booleano | hasSlice () Extent of the slice. |
interno | código hash () |
booleano final | |
SavedSlice.Builder estático | newBuilder (protótipo SavedSlice ) |
SavedSlice.Builder estático | |
SavedSlice.Builder | |
SavedSlice estático | parseDelimitedFrom (entrada InputStream) |
SavedSlice estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice estático | parseFrom (dados de ByteBuffer) |
SavedSlice estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
SavedSlice estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice estático | parseFrom (dados com.google.protobuf.ByteString) |
SavedSlice estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SavedSlice.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DATA_FIELD_NUMBER
Valor Constante: 3
int final estático público NAME_FIELD_NUMBER
Valor Constante: 1
público estático final int SLICE_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object 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;
TensorProtoOrBuilder público 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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getNome ()
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;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasData booleano 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 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;
hashCode int público ()
público final booleano isInitialized ()
public static SavedSlice parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedSlice parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedSlice parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedSlice parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedSlice parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedSlice parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedSlice parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|