SaveSliceInfoDef

classe final pública SaveSliceInfoDef

Tipo de protobuf tensorflow.SaveSliceInfoDef

Classes aninhadas

aula SaveSliceInfoDef.Builder Tipo de protobuf tensorflow.SaveSliceInfoDef

Constantes

interno FULL_NAME_FIELD_NUMBER
interno FULL_SHAPE_FIELD_NUMBER
interno VAR_OFFSET_FIELD_NUMBER
interno VAR_SHAPE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
SaveSliceInfoDef estático
SalvarSliceInfoDef
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNomeCompleto ()
 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 (índice interno)
 Shape of the full variable.
interno
getFullShapeCount ()
 Shape of the full variable.
Lista<Longa>
getFullShapeList ()
 Shape of the full variable.
interno
final com.google.protobuf.UnknownFieldSet
longo
getVarOffset (índice interno)
 Offset of this variable into the full variable.
interno
getVarOffsetCount ()
 Offset of this variable into the full variable.
Lista<Longa>
getVarOffsetList ()
 Offset of this variable into the full variable.
longo
getVarShape (índice interno)
 Shape of this variable.
interno
getVarShapeCount ()
 Shape of this variable.
Lista<Longa>
getVarShapeList ()
 Shape of this variable.
interno
booleano final
SaveSliceInfoDef.Builder estático
SaveSliceInfoDef.Builder estático
SaveSliceInfoDef.Builder
SaveSliceInfoDef estático
parseDelimitedFrom (entrada InputStream)
SaveSliceInfoDef estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (dados de ByteBuffer)
SaveSliceInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
SaveSliceInfoDef estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (dados com.google.protobuf.ByteString)
SaveSliceInfoDef estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveSliceInfoDef estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SaveSliceInfoDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int FULL_NAME_FIELD_NUMBER

Valor Constante: 1

público estático final int FULL_SHAPE_FIELD_NUMBER

Valor Constante: 2

público estático final int VAR_OFFSET_FIELD_NUMBER

Valor Constante: 3

público estático final int VAR_SHAPE_FIELD_NUMBER

Valor Constante: 4

Métodos Públicos

booleano público é igual (Object obj)

público estático SaveSliceInfoDef getDefaultInstance ()

public SaveSliceInfoDef getDefaultInstanceForType ()

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

String pública getFullName ()

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

público com.google.protobuf.ByteString getFullNameBytes ()

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

getFullShape longo público (índice int)

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

público int getFullShapeCount ()

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

lista pública<longa> getFullShapeList ()

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

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

público longo getVarOffset (índice int)

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

público int getVarOffsetCount ()

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

lista pública<longa> getVarOffsetList ()

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

getVarShape longo público (índice int)

 Shape of this variable.
 
repeated int64 var_shape = 4;

público int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

lista pública<longa> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

hashCode int público ()

público final booleano isInitialized ()

público estático SaveSliceInfoDef.Builder newBuilder (protótipo SaveSliceInfoDef )

público estático SaveSliceInfoDef.Builder newBuilder ()

público SaveSliceInfoDef.Builder newBuilderForType ()

public static SaveSliceInfoDef parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static SaveSliceInfoDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público SaveSliceInfoDef.Builder toBuilder ()

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

Lança
IOException