SaveSliceInfoDef

clase final pública SaveSliceInfoDef

Tensorflow de tipo tensorflow.SaveSliceInfoDef

Clases anidadas

clase SaveSliceInfoDef.Builder Tensorflow de tipo tensorflow.SaveSliceInfoDef

Constantes

En tFULL_NAME_FIELD_NUMBER
En t FULL_SHAPE_FIELD_NUMBER
En t VAR_OFFSET_FIELD_NUMBER
En tVAR_SHAPE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estática SaveSliceInfoDef
SaveSliceInfoDef
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getFullName ()
 Name of the full variable of which this is a slice.
com.google.protobuf.ByteString
getFullNameBytes ()
 Name of the full variable of which this is a slice.
largo
getFullShape (índice int)
 Shape of the full variable.
En t
getFullShapeCount ()
 Shape of the full variable.
Lista <larga>
getFullShapeList ()
 Shape of the full variable.
En t
final com.google.protobuf.UnknownFieldSet
largo
getVarOffset (índice int)
 Offset of this variable into the full variable.
En t
getVarOffsetCount ()
 Offset of this variable into the full variable.
Lista <larga>
getVarOffsetList ()
 Offset of this variable into the full variable.
largo
getVarShape (índice int)
 Shape of this variable.
En t
getVarShapeCount ()
 Shape of this variable.
Lista <larga>
getVarShapeList ()
 Shape of this variable.
En t
booleano final
estático SaveSliceInfoDef.Builder
estático SaveSliceInfoDef.Builder
SaveSliceInfoDef.Builder
estático SaveSliceInfoDef
parseDelimitedFrom (entrada InputStream)
estático SaveSliceInfoDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático SaveSliceInfoDef
parseFrom (datos ByteBuffer)
estático SaveSliceInfoDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático SaveSliceInfoDef
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SaveSliceInfoDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático SaveSliceInfoDef
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático SaveSliceInfoDef
parseFrom (datos com.google.protobuf.ByteString)
estático SaveSliceInfoDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático SaveSliceInfoDef
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SaveSliceInfoDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int FULL_NAME_FIELD_NUMBER

Valor constante: 1

public static final int FULL_SHAPE_FIELD_NUMBER

Valor constante: 2

public static final int VAR_OFFSET_FIELD_NUMBER

Valor constante: 3

public static final int VAR_SHAPE_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public static SaveSliceInfoDef getDefaultInstance ()

public SaveSliceInfoDef getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getFullName ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

public com.google.protobuf.ByteString getFullNameBytes ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

public long getFullShape (índice int)

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public int getFullShapeCount ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

Lista pública <Long> getFullShapeList ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

público getParserForType ()

public int getSerializedSize ()

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

getVarOffset largo público (índice int)

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public int getVarOffsetCount ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

Lista pública <Long> getVarOffsetList ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public long getVarShape (índice int)

 Shape of this variable.
 
repeated int64 var_shape = 4;

public int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

Lista pública <Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

public int hashCode ()

public final boolean isInitialized ()

Public static SaveSliceInfoDef.Builder newBuilder (prototipo SaveSliceInfoDef )

public static SaveSliceInfoDef.Builder newBuilder ()

public SaveSliceInfoDef.Builder newBuilderForType ()

Public static SaveSliceInfoDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

Public static SaveSliceInfoDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static SaveSliceInfoDef parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

Public static SaveSliceInfoDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static SaveSliceInfoDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static SaveSliceInfoDef parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

Public static SaveSliceInfoDef parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

Public static SaveSliceInfoDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SaveSliceInfoDef.Builder toBuilder ()

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

Lanza
IOException