SavedSliceMeta

public final class SavedSliceMeta

 Metadata describing the set of slices of the same tensor saved in a
 checkpoint file.
 
tensorflow.SavedSliceMeta tipo tensorflow.SavedSliceMeta

Classes aninhadas

aula SavedSliceMeta.Builder
 Metadata describing the set of slices of the same tensor saved in a
 checkpoint file. 

Constantes

int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER
int SLICE_FIELD_NUMBER
int TYPE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static SavedSliceMeta
SavedSliceMeta
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getName ()
 Name of the tensor.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
int
TensorShapeProto
getShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
TensorSliceProto
getSlice (int index)
 Explicit list of slices saved in the checkpoint file.
int
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista < TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder
getSliceOrBuilder (índice interno )
 Explicit list of slices saved in the checkpoint file.
Lista <? estende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
Tipo de dados
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
int
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
final com.google.protobuf.UnknownFieldSet
boleano
hasShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
int
final booleano
static SavedSliceMeta.Builder
newBuilder (protótipo SavedSliceMeta )
static SavedSliceMeta.Builder
SavedSliceMeta.Builder
static SavedSliceMeta
parseDelimitedFrom (InputStream input)
static SavedSliceMeta
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedSliceMeta
parseFrom (dados ByteBuffer)
static SavedSliceMeta
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedSliceMeta
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedSliceMeta
parseFrom (com.google.protobuf.CodedInputStream input)
static SavedSliceMeta
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedSliceMeta
parseFrom (com.google.protobuf.ByteString data)
static SavedSliceMeta
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedSliceMeta
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedSliceMeta.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int NAME_FIELD_NUMBER

Valor Constante: 1

public static final int SHAPE_FIELD_NUMBER

Valor constante: 2

public static final int SLICE_FIELD_NUMBER

Valor constante: 4

public static final int TYPE_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public static SavedSliceMeta getDefaultInstance ()

public SavedSliceMeta getDefaultInstanceForType ()

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

public String getName ()

 Name of the tensor.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

público getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public TensorSliceProto getSlice (int index)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public int getSliceCount ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public List < TensorSliceProto > getSliceList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public TensorSliceProtoOrBuilder getSliceOrBuilder (índice interno )

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

Lista pública <? estende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

public DataType getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

public final boolean isInitialized ()

public static SavedSliceMeta.Builder newBuilder (protótipo SavedSliceMeta )

public static SavedSliceMeta.Builder newBuilder ()

public SavedSliceMeta.Builder newBuilderForType ()

public static SavedSliceMeta parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SavedSliceMeta parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static SavedSliceMeta parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedSliceMeta parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedSliceMeta parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static SavedSliceMeta parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static SavedSliceMeta parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedSliceMeta parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedSliceMeta.Builder toBuilder ()

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

Lança
IOException