TypeSpecProto

classe final pública TypeSpecProto

 Represents a tf.TypeSpec
 
Protobuf tipo tensorflow.TypeSpecProto

Classes aninhadas

aula TypeSpecProto.Builder
 Represents a tf.TypeSpec
 
Protobuf tipo tensorflow.TypeSpecProto
enumeração TypeSpecProto.TypeSpecClass Protobuf enum tensorflow.TypeSpecProto.TypeSpecClass

Constantes

interno TYPE_SPEC_CLASS_FIELD_NUMBER
interno TYPE_SPEC_CLASS_NAME_FIELD_NUMBER
interno TYPE_STATE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
TypeSpecProto estático
TypeSpecProto
final estático com.google.protobuf.Descriptors.Descriptor
interno
TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Corda
getTypeSpecClassName ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
com.google.protobuf.ByteString
getTypeSpecClassNameBytes ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
interno
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Valor Estruturado
getTypeState ()
 The value returned by TypeSpec._serialize().
StructuredValueOrBuilder
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
final com.google.protobuf.UnknownFieldSet
boleano
hasTypeState ()
 The value returned by TypeSpec._serialize().
interno
booleano final
TypeSpecProto.Builder estático
newBuilder (protótipo TypeSpecProto )
TypeSpecProto.Builder estático
TypeSpecProto.Builder
TypeSpecProto estático
parseDelimitedFrom (entrada InputStream)
TypeSpecProto estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto estático
parseFrom (dados de ByteBuffer)
TypeSpecProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TypeSpecProto estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto estático
parseFrom (dados com.google.protobuf.ByteString)
TypeSpecProto estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TypeSpecProto.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int TYPE_SPEC_CLASS_FIELD_NUMBER

Valor Constante: 1

público estático final int TYPE_SPEC_CLASS_NAME_FIELD_NUMBER

Valor Constante: 3

público estático final int TYPE_STATE_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

TypeSpecProto estático público getDefaultInstance ()

public TypeSpecProto getDefaultInstanceForType ()

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

público getParserForType ()

público int getSerializedSize ()

public TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

String pública getTypeSpecClassName ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

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

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

público int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public StructuredValue getTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public StructuredValueOrBuilder getTypeStateOrBuilder ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

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

hasTypeState booleano público ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

hashCode int público ()

público final booleano isInitialized ()

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

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

público TypeSpecProto.Builder newBuilderForType ()

public static TypeSpecProto parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático TypeSpecProto parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático TypeSpecProto parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

TypeSpecProto estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público TypeSpecProto.Builder toBuilder ()

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

Lança
IOException