SavedConstant

classe final pública SavedConstant

tensorflow.SavedConstant tipo tensorflow.SavedConstant

Classes aninhadas

aula SavedConstant.Builder tensorflow.SavedConstant tipo tensorflow.SavedConstant

Constantes

int OPERATION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
SavedConstant estática
SavedConstant
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getOperation ()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
com.google.protobuf.ByteString
getOperationBytes ()
 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static SavedConstant.Builder
newBuilder (protótipo SavedConstant )
static SavedConstant.Builder
SavedConstant.Builder
SavedConstant estática
parseDelimitedFrom (input InputStream)
SavedConstant estática
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant estática
parseFrom (dados ByteBuffer)
SavedConstant estática
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant estática
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant estática
parseFrom (com.google.protobuf.CodedInputStream input)
SavedConstant estática
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant estática
parseFrom (com.google.protobuf.ByteString data)
SavedConstant estática
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConstant estática
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedConstant.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int OPERATION_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static SavedConstant getDefaultInstance ()

public SavedConstant getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getOperation ()

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

public com.google.protobuf.ByteString getOperationBytes ()

 An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
 
string operation = 1;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

public static SavedConstant.Builder newBuilder ()

public SavedConstant.Builder newBuilderForType ()

public static SavedConstant parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SavedConstant parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedConstant.Builder toBuilder ()

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

Lança
IOException