clase final pública SavedSliceMeta
Metadata describing the set of slices of the same tensor saved in a checkpoint file.Tensorflow de tipo
tensorflow.SavedSliceMeta
Clases anidadas
clase | SavedSliceMeta.Builder | Metadata describing the set of slices of the same tensor saved in a checkpoint file. |
Constantes
En t | NAME_FIELD_NUMBER | |
En t | SHAPE_FIELD_NUMBER | |
En t | SLICE_FIELD_NUMBER | |
En t | TYPE_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
static SavedSliceMeta | |
SavedSliceMeta | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getName () Name of the tensor. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
En t | |
TensorShapeProto | getShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorSliceProto | getSlice (índice int) Explicit list of slices saved in the checkpoint file. |
En t | 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 int) Explicit list of slices saved in the checkpoint file. |
Lista <? extiende TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
Tipo de datos | getType () Type of the tensor .tensorflow.DataType type = 3; |
En t | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasShape () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
En t | hashCode () |
booleano final | |
static SavedSliceMeta.Builder | newBuilder (prototipo SavedSliceMeta ) |
static SavedSliceMeta.Builder | newBuilder () |
SavedSliceMeta.Builder | |
static SavedSliceMeta | parseDelimitedFrom (entrada InputStream) |
static SavedSliceMeta | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSliceMeta | parseFrom (datos ByteBuffer) |
static SavedSliceMeta | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSliceMeta | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSliceMeta | parseFrom (entrada com.google.protobuf.CodedInputStream) |
static SavedSliceMeta | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSliceMeta | parseFrom (datos com.google.protobuf.ByteString) |
static SavedSliceMeta | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SavedSliceMeta | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
SavedSliceMeta.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int NAME_FIELD_NUMBER
Valor constante: 1
público estático final int SHAPE_FIELD_NUMBER
Valor constante: 2
público estático final int SLICE_FIELD_NUMBER
Valor constante: 4
público estático final int TYPE_FIELD_NUMBER
Valor constante: 3
Métodos públicos
public boolean es igual a (Object obj)
público estático 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 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;
Lista pública < TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
public TensorSliceProtoOrBuilder getSliceOrBuilder (índice int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
lista pública <? extiende TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSliceMeta parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
public static SavedSliceMeta parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
public static SavedSliceMeta parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
public static SavedSliceMeta parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static SavedSliceMeta parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static SavedSliceMeta parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|