OpDeprecation.Builder

classe finale statica pubblica OpDeprecation.Builder

 Information about version-dependent deprecation of an op
 
Tipo di protocollo tensorflow.OpDeprecation

Metodi pubblici

OpDeprecation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
OpDeprecation
OpDeprecation
OpDeprecation.Builder
chiaro ()
OpDeprecation.Builder
clearSpiegazione ()
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
OpDeprecation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDeprecation.Builder
clearVersione ()
 First GraphDef version at which the op is disallowed.
OpDeprecation.Builder
clone ()
OpDeprecation
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
getSpiegazione ()
 Explanation of why it was deprecated and what to use instead.
com.google.protobuf.ByteString
getExplanationBytes ()
 Explanation of why it was deprecated and what to use instead.
int
getVersione ()
 First GraphDef version at which the op is disallowed.
booleano finale
OpDeprecation.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
OpDeprecation.Builder
mergeFrom (com.google.protobuf.Message altro)
OpDeprecation.Builder finale
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
OpDeprecation.Builder
setExplanation (valore stringa)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setExplanationBytes (valore com.google.protobuf.ByteString)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
OpDeprecation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
OpDeprecation.Builder finale
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
OpDeprecation.Builder
setVersion (valore int)
 First GraphDef version at which the op is disallowed.

Metodi ereditati

Metodi pubblici

public OpDeprecation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica di OpDeprecation ()

public OpDeprecation buildPartial ()

pubblico OpDeprecation.Builder chiaro ()

public OpDeprecation.Builder clearExplanation ()

spiegazione della stringa

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public OpDeprecation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public OpDeprecation.Builder clearVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

clone pubblico di OpDeprecation.Builder ()

public OpDeprecation getDefaultInstanceForType ()

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

pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getExplanation ()

spiegazione della stringa

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

pubblico com.google.protobuf.ByteString getExplanationBytes ()

spiegazione della stringa

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public int getVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

public final booleano isInitialized ()

public OpDeprecation.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public OpDeprecation.Builder mergeFrom (com.google.protobuf.Message altro)

public final OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public OpDeprecation.Builder setExplanation (valore stringa)

spiegazione della stringa

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setExplanationBytes (valore com.google.protobuf.ByteString)

spiegazione della stringa

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public OpDeprecation.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

pubblico finale OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public OpDeprecation.Builder setVersion (valore int)

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;