TypeSpecProto

classe finale pubblica TypeSpecProto

 Represents a tf.TypeSpec
 
Tipo protobuf tensorflow.TypeSpecProto

Classi nidificate

classe TypeSpecProto.Builder
 Represents a tf.TypeSpec
 
Tipo protobuf tensorflow.TypeSpecProto
enum TypeSpecProto.TypeSpecClass Protobuf enum tensorflow.TypeSpecProto.TypeSpecClass

Costanti

int TYPE_SPEC_CLASS_FIELD_NUMBER
int TYPE_SPEC_CLASS_NAME_FIELD_NUMBER
int TYPE_STATE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
TypeSpecProto statico
TypeSpecProto
com.google.protobuf.Descriptors.Descriptor statico finale
int
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.
int
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Valore strutturato
getTypeState ()
 The value returned by TypeSpec._serialize().
ValorestrutturatoOrBuilder
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
finale com.google.protobuf.UnknownFieldSet
booleano
hasTypeState ()
 The value returned by TypeSpec._serialize().
int
booleano finale
TypeSpecProto.Builder statico
TypeSpecProto.Builder statico
TypeSpecProto.Builder
TypeSpecProto statico
parseDelimitedFrom (input InputStream)
TypeSpecProto statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto statico
parseFrom (dati ByteBuffer)
TypeSpecProto statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TypeSpecProto statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
TypeSpecProto statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto statico
parseFrom (dati com.google.protobuf.ByteString)
TypeSpecProto statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TypeSpecProto.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int TYPE_SPEC_CLASS_FIELD_NUMBER

Valore costante: 1

public static final int TYPE_SPEC_CLASS_NAME_FIELD_NUMBER

Valore costante: 3

public static final int TYPE_STATE_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico TypeSpecProto getDefaultInstance ()

pubblico TypeSpecProto getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

public TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

stringa pubblica 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;

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

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico booleano hasTypeState ()

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

public int hashCode ()

public final booleano isInitialized ()

pubblico statico TypeSpecProto.Builder newBuilder (prototipo TypeSpecProto )

pubblico statico TypeSpecProto.Builder newBuilder ()

public TypeSpecProto.Builder newBuilderForType ()

public static TypeSpecProto parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico TypeSpecProto (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico TypeSpecProto (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico TypeSpecProto (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico TypeSpecProto.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException