SaveSliceInfoDef

public final class SaveSliceInfoDef

tensorflow.SaveSliceInfoDef tipo tensorflow.SaveSliceInfoDef

Classes aninhadas

aula SaveSliceInfoDef.Builder tensorflow.SaveSliceInfoDef tipo tensorflow.SaveSliceInfoDef

Constantes

intFULL_NAME_FIELD_NUMBER
int FULL_SHAPE_FIELD_NUMBER
int VAR_OFFSET_FIELD_NUMBER
intVAR_SHAPE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
SaveSliceInfoDef estático
SaveSliceInfoDef
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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.
longo
getFullShape (int index)
 Shape of the full variable.
int
getFullShapeCount ()
 Shape of the full variable.
Lista <Long>
getFullShapeList ()
 Shape of the full variable.
int
final com.google.protobuf.UnknownFieldSet
longo
getVarOffset (int index)
 Offset of this variable into the full variable.
int
getVarOffsetCount ()
 Offset of this variable into the full variable.
Lista <Long>
getVarOffsetList ()
 Offset of this variable into the full variable.
longo
getVarShape (int index)
 Shape of this variable.
int
getVarShapeCount ()
 Shape of this variable.
Lista <Long>
getVarShapeList ()
 Shape of this variable.
int
final booleano
static SaveSliceInfoDef.Builder
static SaveSliceInfoDef.Builder
SaveSliceInfoDef.Builder
SaveSliceInfoDef estático
parseDelimitedFrom (input InputStream)
SaveSliceInfoDef estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (dados ByteBuffer)
SaveSliceInfoDef estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (com.google.protobuf.CodedInputStream input)
SaveSliceInfoDef estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (com.google.protobuf.ByteString data)
SaveSliceInfoDef estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SaveSliceInfoDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public static SaveSliceInfoDef getDefaultInstance ()

public SaveSliceInfoDef getDefaultInstanceForType ()

public static 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 (int index)

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

public int getFullShapeCount ()

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

public List <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 ()

public long getVarOffset (int index)

 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;

public List <Long> getVarOffsetList ()

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

public long getVarShape (índice interno )

 Shape of this variable.
 
repeated int64 var_shape = 4;

public int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

public List <Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

public int hashCode ()

public final boolean isInitialized ()

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

public static SaveSliceInfoDef.Builder newBuilder ()

public SaveSliceInfoDef.Builder newBuilderForType ()

public static SaveSliceInfoDef parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SaveSliceInfoDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SaveSliceInfoDef.Builder toBuilder ()

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

Lança
IOException