TypeSpecProto

clase final pública TypeSpecProto

 Represents a tf.TypeSpec
 
Tensorflow de tipo tensorflow.TypeSpecProto

Clases anidadas

clase TypeSpecProto.Builder
 Represents a tf.TypeSpec
 
Tensorflow de tipo tensorflow.TypeSpecProto
enumeración TypeSpecProto.TypeSpecClass Protobuf enumeración tensorflow.TypeSpecProto.TypeSpecClass

Constantes

En t TYPE_SPEC_CLASS_FIELD_NUMBER
En t TYPE_SPEC_CLASS_NAME_FIELD_NUMBER
En t TYPE_STATE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático TypeSpecProto
TypeSpecProto
com.google.protobuf.Descriptors.Descriptor estático final
En t
TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Cuerda
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.
En t
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Valor estructurado
getTypeState ()
 The value returned by TypeSpec._serialize().
StructuredValueOrBuilder
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
final com.google.protobuf.UnknownFieldSet
booleano
hasTypeState ()
 The value returned by TypeSpec._serialize().
En t
booleano final
estático TypeSpecProto.Builder
estático TypeSpecProto.Builder
TypeSpecProto.Builder
estático TypeSpecProto
parseDelimitedFrom (entrada InputStream)
estático TypeSpecProto
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TypeSpecProto
parseFrom (datos ByteBuffer)
estático TypeSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TypeSpecProto
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TypeSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TypeSpecProto
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TypeSpecProto
parseFrom (datos com.google.protobuf.ByteString)
estático TypeSpecProto
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TypeSpecProto
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TypeSpecProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

public boolean es igual a (Object obj)

public static TypeSpecProto getDefaultInstance ()

public TypeSpecProto getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

public TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public String 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;

public 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;

public 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;

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

public boolean hasTypeState ()

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

public int hashCode ()

public final boolean isInitialized ()

public static TypeSpecProto.Builder newBuilder (prototipo TypeSpecProto )

public static TypeSpecProto.Builder newBuilder ()

public TypeSpecProto.Builder newBuilderForType ()

public static TypeSpecProto parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

público estático TypeSpecProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TypeSpecProto.Builder toBuilder ()

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

Lanza
IOException