SavedSliceMeta

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

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
booleano final
static SavedSliceMeta.Builder
static SavedSliceMeta.Builder
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
SavedSliceMeta.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

booleano
es igual a (Objeto arg0)
Clase final <?>
getClass ()
En t
hashCode ()
vacío final
notificar ()
vacío final
notificar a todos ()
Cuerda
toString ()
vacío final
esperar (largo arg0, int arg1)
vacío final
espera (largo arg0)
vacío final
esperar ()
org.tensorflow.proto.util.SavedSliceMetaOrBuilder
cadena abstracta
getName ()
 Name of the tensor.
resumen com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
abstracto TensorShapeProto
getShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
abstracto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
abstracto TensorSliceProto
getSlice (índice int)
 Explicit list of slices saved in the checkpoint file.
int abstracto
getSliceCount ()
 Explicit list of slices saved in the checkpoint file.
Lista abstracta < TensorSliceProto >
getSliceList ()
 Explicit list of slices saved in the checkpoint file.
TensorSliceProtoOrBuilder abstracto
getSliceOrBuilder (índice int)
 Explicit list of slices saved in the checkpoint file.
Resumen Lista <? extiende TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
Tipo de datos abstracto
getType ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
int abstracto
getTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
booleano abstracto
hasShape ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

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)

public static SavedSliceMeta getDefaultInstance ()

public SavedSliceMeta getDefaultInstanceForType ()

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

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

public static SavedSliceMeta.Builder newBuilder ()

public SavedSliceMeta.Builder newBuilderForType ()

public static SavedSliceMeta parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static SavedSliceMeta parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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 SavedSliceMeta.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException