classe finale statica pubblica OpDeprecation.Builder
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation
Metodi pubblici
OpDeprecation.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
OpDeprecation | costruire () |
OpDeprecation | buildPartial () |
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)
public OpDeprecation.Builder clearExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public OpDeprecation.Builder clearVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
pubblico com.google.protobuf.ByteString getExplanationBytes ()
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 |
---|
pubblico finale OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public OpDeprecation.Builder setExplanation (valore stringa)
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public OpDeprecation.Builder setExplanationBytes (valore com.google.protobuf.ByteString)
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.UnknownFieldSetknownFields)
public OpDeprecation.Builder setVersion (valore int)
First GraphDef version at which the op is disallowed.
int32 version = 1;