SavedSlice

classe finale pubblica SavedSlice

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

Classi nidificate

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

Costanti

int DATA_FIELD_NUMBER
int NOME_CAMPO_NUMERO
int FETTA_CAMPO_NUMERO

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
TensoreProto
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.
SavedSlice statico
Sezione salvata
com.google.protobuf.Descriptors.Descriptor statico finale
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.
int
TensorSliceProto
getSlice ()
 Extent of the slice.
TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
finale com.google.protobuf.UnknownFieldSet
booleano
hadati ()
 The raw data of the slice is stored as a TensorProto.
booleano
haSlice ()
 Extent of the slice.
int
booleano finale
SavedSlice.Builder statico
newBuilder (prototipo SavedSlice )
SavedSlice.Builder statico
SavedSlice.Builder
SavedSlice statico
parseDelimitedFrom (input InputStream)
SavedSlice statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice statico
parseFrom (dati ByteBuffer)
SavedSlice statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
SavedSlice statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
SavedSlice statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice statico
parseFrom (dati com.google.protobuf.ByteString)
SavedSlice statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSlice statico
parseFrom (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
SavedSlice.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DATA_FIELD_NUMBER

Valore costante: 3

public static final int NAME_FIELD_NUMBER

Valore costante: 1

public static final int SLICE_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico 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;

pubblico 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;

pubblico statico SavedSlice getDefaultInstance ()

public SavedSlice getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

stringa pubblica 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;

pubblico 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;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasData booleano pubblico ()

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

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

public static SavedSlice.Builder newBuilder (prototipo SavedSlice )

public static SavedSlice.Builder newBuilder ()

public SavedSlice.Builder newBuilderForType ()

public static SavedSlice parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico SavedSlice (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedSlice (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedSlice (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedSlice (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static SavedSlice parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedSlice (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedSlice (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedSlice (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico SavedSlice.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException