SavedSlice

classe final pública SavedSlice

 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data.
 
Tipo de protobuf tensorflow.SavedSlice

Classes aninhadas

aula SavedSlice.Builder
 Saved tensor slice: it stores the name of the tensors, the slice, and the
 raw data. 

Constantes

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
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
SavedSlice.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

booleano
é igual (objeto arg0)
aula final<?>
getClass ()
interno
código hash ()
vazio final
notificar ()
vazio final
notificar todos ()
Corda
toString ()
vazio final
espere (long arg0, int arg1)
vazio final
espere (arg0 longo)
vazio final
espere ()
org.tensorflow.proto.util.SavedSliceOrBuilder
TensorProto abstrato
obterDados ()
 The raw data of the slice is stored as a TensorProto.
TensorProtoOrBuilder abstrato
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
cadeia abstrata
getNome ()
 Name of the tensor that this slice belongs to.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Name of the tensor that this slice belongs to.
TensorSliceProto abstrato
getSlice ()
 Extent of the slice.
TensorSliceProtoOrBuilder abstrato
getSliceOrBuilder ()
 Extent of the slice.
booleano abstrato
temDados ()
 The raw data of the slice is stored as a TensorProto.
booleano abstrato
hasSlice ()
 Extent of the slice.

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;

público estático SavedSlice getDefaultInstance ()

público SavedSlice getDefaultInstanceForType ()

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 ()

público estático SavedSlice.Builder newBuilder (protótipo SavedSlice )

público estático SavedSlice.Builder newBuilder ()

público SavedSlice.Builder newBuilderForType ()

public static SavedSlice parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static SavedSlice parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedSlice parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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 (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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 ()

público SavedSlice.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException